[#BloombergLP-ball-RecordJsonFormatter-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordJsonFormatter.adoc[RecordJsonFormatter]::RecordJsonFormatter :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<ball_recordjsonformatter.h>` Create a record JSON formatter by moving from the specified `original` formatter. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/RecordJsonFormatter/2constructor-03.adoc[RecordJsonFormatter](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<RecordJsonFormatter>] original) noexcept; ---- [.small]#xref:BloombergLP/ball/RecordJsonFormatter/2constructor-03.adoc[_» more..._]# Create a record JSON formatter having a default format specification and record separator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/ball/RecordJsonFormatter/2constructor-06.adoc[RecordJsonFormatter](xref:BloombergLP/ball/RecordJsonFormatter/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/ball/RecordJsonFormatter/2constructor-06.adoc[_» more..._]# Create a record JSON formatter by moving from `original` using the specified `allocator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/RecordJsonFormatter/2constructor-01b.adoc[RecordJsonFormatter]( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<RecordJsonFormatter>] original, xref:BloombergLP/ball/RecordJsonFormatter/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#xref:BloombergLP/ball/RecordJsonFormatter/2constructor-01b.adoc[_» more..._]# Create a record JSON formatter initialized to the value of the specified `original` record formatter. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/RecordJsonFormatter/2constructor-010.adoc[RecordJsonFormatter]( xref:BloombergLP/ball/RecordJsonFormatter.adoc[RecordJsonFormatter] const& original, xref:BloombergLP/ball/RecordJsonFormatter/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/ball/RecordJsonFormatter/2constructor-010.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | formatter to move from | *allocator* | memory allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#