3 lines
130 B
C++
3 lines
130 B
C++
const auto array_of_strings_data = mstch::map{
|
|
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
|
|
}; |