mstch/test/data/partial_array_of_partials_implicit.hpp

5 lines
229 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node partial_array_of_partials_implicit_data = mstch::map_wrapper{
{{"numbers",
mstch::array_wrapper{
{std::string{"1"}, std::string{"2"}, std::string{"3"}, std::string{"4"}}}}}};