4 lines
103 B
C++
4 lines
103 B
C++
const auto null_view_data = mstch::map{
|
|
{"name", std::string{"Joe"}},
|
|
{"friends", mstch::node{}}
|
|
}; |