BloombergLP::bslfmt::Format_ContextOutputIteratorRef::Format_ContextOutputIteratorRef

Create an instance referring to the specified base iterator.

Synopsis

Declared in <bslfmt_format_context.h>

Format_ContextOutputIteratorRef(Format_ContextOutputIteratorBase<t_CHAR>* base);

Description

The specified base should be a pointer to a Format_ContextOutputIteratorImpl type whose lifetime must outlive that of the constructed instance.

Parameters

NameDescription
basepointer to the type-erased output iterator implementation