mstch/test/data/array_of_strings.hpp
2020-02-12 20:53:14 +01:00

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"}}}}}};