forked from boostorg/fusion
Merge remote-tracking branch 'origin/denzor200-patch-4' into transform_view_ext
Conflicts: doc/view.qbk
This commit is contained in:
@ -360,10 +360,9 @@ given a binary function object or function pointer.
|
|||||||
|
|
||||||
[heading Model of]
|
[heading Model of]
|
||||||
|
|
||||||
* A model of __forward_sequence__ if `Sequence` is a __forward_sequence__
|
* __forward_sequence__, __bidirectional_sequence__ or
|
||||||
else, __bidirectional_sequence__ if `Sequence` is a __bidirectional_sequence__
|
__random_access_sequence__ depending on the traversal characteristics (see
|
||||||
else, __random_access_sequence__ if `Sequence` is a __random_access_sequence__.
|
__traversal_concept__) of its underlying sequence or sequences.
|
||||||
* __associative_sequence__ if `Sequence` implements the __associative_sequence__ model.
|
|
||||||
|
|
||||||
[variablelist Notation
|
[variablelist Notation
|
||||||
[[`TV`] [A `transform_view` type]]
|
[[`TV`] [A `transform_view` type]]
|
||||||
|
Reference in New Issue
Block a user