mstch/test/data/reuse_of_enumerables.hpp

6 lines
290 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
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}}}}}}}};