mstch/test/data/context_lookup.hpp
2015-04-16 21:05:59 +02:00

8 lines
146 B
C++

const auto context_lookup_data = mstch::map{
{"outer", mstch::map{
{"id", 1},
{"second", mstch::map{
{"nothing", 2}
}}
}}
};