Create an instance referring to the specified base iterator.
Declared in <bslfmt_format_context.h>
Format_ContextOutputIteratorRef(Format_ContextOutputIteratorBase<t_CHAR>* base);
The specified base should be a pointer to a Format_ContextOutputIteratorImpl type whose lifetime must outlive that of the constructed instance.
| Name | Description |
|---|---|
| base | pointer to the type-erased output iterator implementation |