Home
last modified time | relevance | path

Searched refs:pod_bis (Results 1 – 1 of 1) sorted by relevance

/third_party/json/test/src/
Dunit-noexcept.cpp43 struct pod_bis {}; struct
46 void to_json(json&, pod_bis);
48 void from_json(const json&, pod_bis);
50 void to_json(json&, pod_bis) {} in to_json() argument
52 void from_json(const json&, pod_bis) {} in from_json() argument
62 static_assert(!noexcept(nlohmann::to_json(*j, pod_bis{})), "");
67 static_assert(!noexcept(j->get<pod_bis>()), "");
93 to_json(j2, pod_bis());
95 from_json(j2, pod_bis());