Constructors
Synopses
Declared in <balxml_formatter.h>
Create a Formatter_State with a compact selection having the default value.
Create a Formatter_State with default‐constructed state.
explicit
Formatter_State(allocator_type const& allocator);
Create a Formatter_State object having the same value as the specified original object.
Formatter_State(
Formatter_State const& original,
allocator_type const& allocator = allocator_type());
Parameters
Name |
Description |
allocator |
memory allocator used to supply memory |
original |
object providing the value to copy |
Created with MrDocs