mstch/test/data/array_of_strings.hpp

3 lines
130 B
C++
Raw Normal View History

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