Functions | |
| template<> | |
| void | swap< nlohmann::json > (nlohmann::json &j1, nlohmann::json &j2) noexcept(//NOLINT(readability-inconsistent-declaration-parameter-name) is_nothrow_move_constructible< nlohmann::json >::value &&//NOLINT(misc-redundant-expression) is_nothrow_move_assignable< nlohmann::json >::value) |
| exchanges the values of two JSON objects More... | |
| template<> | |
| void | swap (picojson::value &x, picojson::value &y) |
|
inline |
|
inlinenoexcept |
exchanges the values of two JSON objects