BloombergLP::bdljsn::swap

Exchange the value of the specified a Json object with that of the specified b Json object. If an exception is thrown, both objects are left in valid but unspecified states. This operation guarantees O[1] complexity. The behavior is undefined unless a was created with the same allocator as b.

Synopsis

Declared in <bdljsn_json.h>

void
swap(
    Json& a,
    Json& b);