mstch/test/data/nested_iterating.hpp

8 lines
402 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node nested_iterating_data = mstch::map_wrapper{
{{"inner",
mstch::array_wrapper{
{mstch::map_wrapper{{{"foo", std::string{"foo"}},
{"inner",
mstch::array_wrapper{{mstch::map_wrapper{
{{"bar", std::string{"bar"}}}}}}}}}}}}}};