4 lines
173 B
C++
4 lines
173 B
C++
const mstch::node array_of_strings_data = mstch::map_wrapper{
|
|
{{"array_of_strings",
|
|
mstch::array_wrapper{{std::string{"hello"}, std::string{"world"}}}}}};
|