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

3 lines
130 B
C++

const auto array_of_strings_data = mstch::map{
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
};