Assign to this object by moving from the specified rhs object.
Synopsis
Declared in <ball_recordjsonformatter.h>
RecordJsonFormatter&
operator=(bslmf::MovableRef<RecordJsonFormatter> rhs);
Description
Assign to this object the format specification and record separator of the specified rhs object, and return a reference providing modifiable access to this object. The format specification and record separator of rhs are moved to this object, and all outstanding memory allocations and the allocator associated with rhs are adopted if get_allocator() == rhs.get_allocator(). rhs is left in a valid but unspecified state.
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
formatter to move‐assign from |
Created with MrDocs