mstch/test/data/reuse_of_enumerables.hpp

6 lines
201 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
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}}
}}
};