Provide an output iterator that ignores the output that is provided. De‐referencing an iterator and assigning to the returned value has no effect.
Synopsis
Declared in <bdlb_nulloutputiterator.h>
template<class TYPE>
class NullOutputIterator;
Type Aliases
Name |
Description |
|
|
Type used to represent distances between iterators (unused). |
|
Standard iterator category for this iterator type. |
|
Pointer type for this iterator (unused). |
|
Type of values that can be written through this iterator. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assign to this object the value of the specified |
|
Return an object that can appear on the left‐hand side of an assignment from |
|
Set this object to point to the next writable element, and return a reference providing modifiable access to this object. This operation has no effect. |
Created with MrDocs