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

5 lines
290 B
C++

const auto falsy_data = mstch::map_wrapper{{{"emptyString", std::string{""}},
{"emptyArray", mstch::array_wrapper{}},
{"zero", 0},
{"null", mstch::node{}}}};