mstch/test/data/array_of_strings.hpp

4 lines
173 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node array_of_strings_data = mstch::map_wrapper{
{{"array_of_strings",
mstch::array_wrapper{{std::string{"hello"}, std::string{"world"}}}}}};