mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
doc: Plural form and links.
This commit is contained in:
@ -1326,7 +1326,7 @@ Returns the result type of __has_key__.
|
|||||||
[heading Description]
|
[heading Description]
|
||||||
|
|
||||||
Returns the result type of __at_key__[footnote __result_of_at_key__
|
Returns the result type of __at_key__[footnote __result_of_at_key__
|
||||||
reflects the actual return type of the function __at_key__. __sequence__s
|
reflects the actual return type of the function __at_key__. __sequence__(s)
|
||||||
typically return references to its elements via the __at_key__ function. If
|
typically return references to its elements via the __at_key__ function. If
|
||||||
you want to get the actual element type, use __result_of_value_at_key__].
|
you want to get the actual element type, use __result_of_value_at_key__].
|
||||||
|
|
||||||
@ -1448,7 +1448,7 @@ operators for free.
|
|||||||
|
|
||||||
The I/O operators: `<<` and `>>` work generically on all Fusion
|
The I/O operators: `<<` and `>>` work generically on all Fusion
|
||||||
sequences. The I/O operators are overloaded in namespace `boost::fusion`
|
sequences. The I/O operators are overloaded in namespace `boost::fusion`
|
||||||
[footnote __sequences__ and __views__ residing in different namespaces
|
[footnote __sequence__(s) and __views__ residing in different namespaces
|
||||||
will have to either provide their own I/O operators (possibly forwarding
|
will have to either provide their own I/O operators (possibly forwarding
|
||||||
to fusion's I/O operators) or hoist fusion's I/O operators (using
|
to fusion's I/O operators) or hoist fusion's I/O operators (using
|
||||||
declaration), in their own namespaces for proper argument dependent
|
declaration), in their own namespaces for proper argument dependent
|
||||||
@ -1640,7 +1640,7 @@ compile time error.
|
|||||||
[*Semantics]:
|
[*Semantics]:
|
||||||
|
|
||||||
For each element, `e1`, in sequence `a`, and for each element, `e2`, in
|
For each element, `e1`, in sequence `a`, and for each element, `e2`, in
|
||||||
sequence `b`, `e1 == e2` returns true. For any 2 zero length __sequence__s,
|
sequence `b`, `e1 == e2` returns true. For any 2 zero length __sequence__(s),
|
||||||
e and f, e == f returns true.
|
e and f, e == f returns true.
|
||||||
|
|
||||||
[heading Header]
|
[heading Header]
|
||||||
|
Reference in New Issue
Block a user