![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
|
inline |
copy constructor
Creates a copy of a given JSON value.
[in] | other | the JSON value to copy |
*this == other
@complexity Linear in the size of other.
@exceptionsafety Strong guarantee: if an exception is thrown, there are no changes to any JSON value.
@requirement This function helps basic_json
satisfying the Container requirements:
other == basic_json(other)
.@liveexample{The following code shows an example for the copy constructor.,basic_json__basic_json}
Definition at line 19893 of file json.hpp.