#include <stlsoft/iterators/unary_function_output_iterator_adaptor.hpp>

| F | The Unary Function class type |
Types | |
| typedef F | function_class_type |
|
typedef unary_function_output_iterator_adaptor < F > | class_type |
| typedef std::output_iterator_tag | iterator_category |
| typedef void | value_type |
| typedef void | pointer |
| typedef void | reference |
| typedef ss_ptrdiff_t | difference_type |
Public Member Functions | |
Iterator methods | |
| class_type & | operator++ () |
| Pre-increment operation. | |
| class_type | operator++ (int) |
| Post-increment operation. | |
| deref_proxy | operator* () |
| Dereference operator. | |
Classes | |
| class | deref_proxy |
| class_type& operator++ | ( | ) | [inline] |
Pre-increment operation.
| class_type operator++ | ( | int | ) | [inline] |
Post-increment operation.
| deref_proxy operator* | ( | ) | [inline] |
Dereference operator.
1.5.6