BloombergLP::bslfmt::Format_ContextOutputIteratorRef::operator++

Do nothing. This method is provided to enable this type to satisfy the requirements of [output.iterators].

Synopses

Declared in <bslfmt_format_context.h>

Do nothing. This method is provided to enable this type to satisfy the requirements of [output.iterators].

Format_ContextOutputIteratorRef<t_CHAR>&
operator++();
» more...

Do nothing. This method is provided to enable this type to satisfy the requirements of [output.iterators].

Format_ContextOutputIteratorRef<t_CHAR>
operator++(int postfix);
» more...

Return Value

  • a reference to this object
  • a copy of this object

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator