![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
|
inlinenoexcept |
move constructor
Move constructor. Constructs a JSON value with the contents of the given value other using move semantics. It "steals" the resources from other and leaves it as JSON null value.
[in,out] | other | value to move to this object |
*this
has the same value as other before the call. @complexity Constant.
@exceptionsafety No-throw guarantee: this constructor never throws exceptions.
@requirement This function helps basic_json
satisfying the MoveConstructible requirements.
@liveexample{The code below shows the move constructor explicitly called via std::move.,basic_json__moveconstructor}
Definition at line 19985 of file json.hpp.