array_of_strings.hpp 130 B

123
  1. const auto array_of_strings_data = mstch::map{
  2. {"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
  3. };