Return (by value) the contained output iterator.
Declared in <bslfmt_format_context.h>
<bslfmt_format_context.h>
basic_format_context<t_OUT, t_CHAR>::iterator out();
As this is returned by value, any changes will not be reflected in the contained iterator unless a subsequent call to advance_to is made.
advance_to
the contained output iterator