mstch/test/data/reuse_of_enumerables.h
Daniel Sipka eb98985815 import
2015-04-09 20:41:27 +02:00

6 lines
184 B
C++

auto data = mstch::object{
{"terms", mstch::array{
mstch::object{{"name", std::string{"t1"}}, {"index", 0}},
mstch::object{{"name", std::string{"t2"}}, {"index", 1}}
}}
};