mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 12:37:29 +02:00
Merge pull request #238 from denzor200/denzor200-patch-4
Fixed typo in the doc && less tautology
This commit is contained in:
10
doc/view.qbk
10
doc/view.qbk
@ -328,9 +328,7 @@ defined in __forward_sequence__.
|
|||||||
The unary version of `transform_view` presents a view of its underlying
|
The unary version of `transform_view` presents a view of its underlying
|
||||||
sequence given a unary function object or function pointer. The binary
|
sequence given a unary function object or function pointer. The binary
|
||||||
version of `transform_view` presents a view of 2 underlying sequences,
|
version of `transform_view` presents a view of 2 underlying sequences,
|
||||||
given a binary function object or function pointer. The `transform_view`
|
given a binary function object or function pointer.
|
||||||
inherits the traversal characteristics (see __traversal_concept__) of
|
|
||||||
its underlying sequence or sequences.
|
|
||||||
|
|
||||||
[heading Header]
|
[heading Header]
|
||||||
|
|
||||||
@ -364,7 +362,7 @@ its underlying sequence or sequences.
|
|||||||
|
|
||||||
* __forward_sequence__, __bidirectional_sequence__ or
|
* __forward_sequence__, __bidirectional_sequence__ or
|
||||||
__random_access_sequence__ depending on the traversal characteristics (see
|
__random_access_sequence__ depending on the traversal characteristics (see
|
||||||
__traversal_concept__) of its underlying sequence.
|
__traversal_concept__) of its underlying sequence or sequences.
|
||||||
|
|
||||||
[variablelist Notation
|
[variablelist Notation
|
||||||
[[`TV`] [A `transform_view` type]]
|
[[`TV`] [A `transform_view` type]]
|
||||||
@ -381,9 +379,7 @@ __traversal_concept__) of its underlying sequence.
|
|||||||
[heading Expression Semantics]
|
[heading Expression Semantics]
|
||||||
|
|
||||||
Semantics of an expression is defined only where it differs from, or is not
|
Semantics of an expression is defined only where it differs from, or is not
|
||||||
defined in __forward_sequence__, __bidirectional_sequence__ or
|
defined in the implemented models.
|
||||||
__random_access_sequence__ depending on the traversal characteristics (see
|
|
||||||
__traversal_concept__) of its underlying sequence or sequences.
|
|
||||||
|
|
||||||
[table
|
[table
|
||||||
[[Expression] [Semantics]]
|
[[Expression] [Semantics]]
|
||||||
|
Reference in New Issue
Block a user