forked from boostorg/iterator
split constructor into two
[SVN r21863]
This commit is contained in:
@ -9,7 +9,9 @@
|
|||||||
typedef void pointer;
|
typedef void pointer;
|
||||||
typedef void reference;
|
typedef void reference;
|
||||||
|
|
||||||
explicit function_output_iterator(const UnaryFunction& f = UnaryFunction());
|
explicit function_output_iterator();
|
||||||
|
|
||||||
|
explicit function_output_iterator(const UnaryFunction& f);
|
||||||
|
|
||||||
/* see below */ operator*();
|
/* see below */ operator*();
|
||||||
function_output_iterator& operator++();
|
function_output_iterator& operator++();
|
||||||
|
Reference in New Issue
Block a user