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