Create a record JSON formatter by moving from the specified original formatter.

Synopsis

Declared in <ball_recordjsonformatter.h>

RecordJsonFormatter(bslmf::MovableRef<RecordJsonFormatter> original) noexcept;

Description

Create a record JSON formatter having the same format specification and record separator as in the specified original formatter, and adopting all outstanding memory allocations and the allocator associated with the original formatter. original is left in a valid but unspecified state.

Parameters

Name

Description

original

formatter to move from

Created with MrDocs