Home
last modified time | relevance | path

Searched refs:for_1647 (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-regression2.cpp66 enum class for_1647 class
73 NLOHMANN_JSON_SERIALIZE_ENUM(for_1647,
75 {for_1647::one, "one"},
76 {for_1647::two, "two"},
549 auto val = nlohmann::json("one").get<for_1647>();
550 CHECK(val == for_1647::one);

Completed in 2 milliseconds