mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 04:17:32 +02:00
factoring the specialized iterator adaptors
[SVN r19467]
This commit is contained in:
8
doc/function_output_iterator_abstract.rst
Normal file
8
doc/function_output_iterator_abstract.rst
Normal file
@ -0,0 +1,8 @@
|
||||
The function output iterator adaptor makes it easier to create custom
|
||||
output iterators. The adaptor takes a unary function and creates a
|
||||
model of Output Iterator. Each item assigned to the output iterator is
|
||||
passed as an argument to the unary function. The motivation for this
|
||||
iterator is that creating a conforming output iterator is non-trivial,
|
||||
particularly because the proper implementation usually requires a
|
||||
proxy object.
|
||||
|
Reference in New Issue
Block a user