BloombergLP::bslfmt::Format_ContextOutputIteratorBase

This component-private type is an abstract base required to type-erase output iterators as required by the format_context and wformat_context typedefs.

Synopsis

Declared in <bslfmt_format_context.h>

template<class t_CHAR>
class Format_ContextOutputIteratorBase;

Member Functions

NameDescription
put [virtual]Write the specified character to the contained iterator and then increment this iterator.

Derived Classes

NameDescription
Format_ContextOutputIteratorImpl Type-erasing holder for a concrete output iterator.