Exchange the value of the specified a JsonObject with that of the specified b JsonObject. This function provides the no‐throw exception‐safety guarantee. This operation has O[1]complexity if a was created with the same allocator as b; otherwise, it has O[n+m] complexity, where n and m are the number of elements in a and b, respectively.
Synopsis
Declared in <bdljsn_json.h>
void
swap(
JsonObject& a,
JsonObject& b);
Created with MrDocs