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

6 lines
290 B
C++

const mstch::node reuse_of_enumerables_data = mstch::map_wrapper{
{{"terms",
mstch::array_wrapper{
{mstch::map_wrapper{{{"name", std::string{"t1"}}, {"index", 0}}},
mstch::map_wrapper{{{"name", std::string{"t2"}}, {"index", 1}}}}}}}};