6 lines
159 B
C++
6 lines
159 B
C++
const auto empty_string_data = mstch::map{
|
|
{"description", std::string{"That is all!"}},
|
|
{"child", mstch::map{
|
|
{"description", std::string{""}}
|
|
}}
|
|
}; |