BloombergLP::ball::RecordJsonFormatter::RecordJsonFormatter

Constructors

Synopses

Declared in <ball_recordjsonformatter.h>

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

RecordJsonFormatter(bslmf::MovableRef<RecordJsonFormatter> original) noexcept;
» more...

Create a record JSON formatter having a default format specification and record separator.

explicit
RecordJsonFormatter(allocator_type const& allocator = allocator_type());
» more...

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

RecordJsonFormatter(
    bslmf::MovableRef<RecordJsonFormatter> original,
    allocator_type const& allocator);
» more...

Create a record JSON formatter initialized to the value of the specified original record formatter.

RecordJsonFormatter(
    RecordJsonFormatter const& original,
    allocator_type const& allocator = allocator_type());
» more...

Parameters

NameDescription
originalformatter to move from
allocatormemory allocator used to supply memory