8 lines
402 B
C++
8 lines
402 B
C++
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"}}}}}}}}}}}}}};
|