MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / json>

Method json>

include/jwt/json/json.hpp:25227–25233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25225*/
25226template<>
25227inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcept(
25228 is_nothrow_move_constructible<nlohmann::json>::value&&
25229 is_nothrow_move_assignable<nlohmann::json>::value
25230 )
25231{
25232 j1.swap(j2);
25233}
25234
25235#endif
25236

Callers

nothing calls this directly

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected