mstch/test/data/reuse_of_enumerables.hpp
2015-04-16 21:05:59 +02:00

6 lines
201 B
C++

const auto reuse_of_enumerables_data = mstch::map{
{"terms", mstch::array{
mstch::map{{"name", std::string{"t1"}}, {"index", 0}},
mstch::map{{"name", std::string{"t2"}}, {"index", 1}}
}}
};