Exchange the values of the specified a and b arrays.
Description
Exchange the value of the specified a JsonArray with that of the specified b JsonArray. 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.
Parameters
Name |
Description |
a |
first object |
b |
second object |
Created with MrDocs