Create a Formatter_State with default‐constructed state.
Synopsis
Declared in <balxml_formatter.h>
explicit
Formatter_State(allocator_type const& allocator);
Description
Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
Parameters
Name |
Description |
allocator |
memory allocator used to supply memory |
Created with MrDocs