mstch/test/data/two_in_a_row.hpp
2020-02-12 20:53:14 +01:00

3 lines
137 B
C++

const mstch::node two_in_a_row_data = mstch::map_wrapper{
{{"name", std::string{"Joe"}}, {"greeting", std::string{"Welcome"}}}};