This class template provides an output iterator to the MockFormatContext output buffer allowing appending formatted data.
Synopsis
Declared in <bslfmt_mockformatcontext.h>
template<class t_CHAR>
class MockFormatContext_Iterator;
Type Aliases
Name |
Description |
Difference type for iterator arithmetic. |
|
Iterator category tag (output iterator). |
|
Pointer to a character in the output buffer. |
|
Reference to a character in the output buffer. |
|
Character type stored by the iterator. |
Member Functions
Name |
Description |
|
Create an iterator, pointing to the specified |
Return a reference to the character referred to by this iterator. |
|
Increment operators |
|
Return a pointer pointing to the character referred to by this iterator. |
Created with MrDocs