Searched refs:pod_bis (Results 1 – 1 of 1) sorted by relevance
43 struct pod_bis {}; struct46 void to_json(json&, pod_bis);48 void from_json(const json&, pod_bis);50 void to_json(json&, pod_bis) {} in to_json() argument52 void from_json(const json&, pod_bis) {} in from_json() argument62 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());