mstch/test/data/array_of_strings.hpp

3 lines
130 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto array_of_strings_data = mstch::map{
2015-04-10 02:41:27 +08:00
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
2015-04-17 03:05:59 +08:00
};