context_lookup.hpp 146 B

12345678
  1. const auto context_lookup_data = mstch::map{
  2. {"outer", mstch::map{
  3. {"id", 1},
  4. {"second", mstch::map{
  5. {"nothing", 2}
  6. }}
  7. }}
  8. };