mstch/test/data/array_of_strings.hpp

3 lines
130 B
C++
Raw Normal View History

2015-04-16 19:05:59 +00:00
const auto array_of_strings_data = mstch::map{
2015-04-09 18:41:27 +00:00
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
2015-04-16 19:05:59 +00:00
};