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
Name |
Description |
base |
pointer to the type‐erased output iterator implementation |
Created with MrDocs