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