null_view.hpp 103 B

1234
  1. const auto null_view_data = mstch::map{
  2. {"name", std::string{"Joe"}},
  3. {"friends", mstch::node{}}
  4. };