empty_string.hpp 159 B

123456
  1. const auto empty_string_data = mstch::map{
  2. {"description", std::string{"That is all!"}},
  3. {"child", mstch::map{
  4. {"description", std::string{""}}
  5. }}
  6. };