mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
split constructor into two
[SVN r21863]
This commit is contained in:
@ -9,7 +9,9 @@
|
||||
typedef void pointer;
|
||||
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*();
|
||||
function_output_iterator& operator++();
|
||||
|
Reference in New Issue
Block a user