mstch/test/data/context_lookup.hpp

4 lines
175 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node context_lookup_data = mstch::map_wrapper{
{{"outer",
mstch::map_wrapper{{{"id", 1}, {"second", mstch::map_wrapper{{{"nothing", 2}}}}}}}}};