mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-31 04:57:28 +02:00
corrected reverse_view
[SVN r58299]
This commit is contained in:
@ -1319,7 +1319,8 @@ Returns a new sequence with the elements of the original in reverse order.
|
||||
|
||||
[*Return type]:
|
||||
|
||||
* A model of __bidirectional_sequence__.
|
||||
* A model of __bidirectional_sequence__ if `seq` is a __bidirectional_sequence__
|
||||
else, __random_access_sequence__ if `seq` is a __random_access_sequence__.
|
||||
* A model of __associative_sequence__ if `seq` implements the __associative_sequence__ model.
|
||||
|
||||
[*Semantics]: Returns a new sequence containing all the elements of `seq` in reverse order.
|
||||
@ -2159,7 +2160,8 @@ Returns the result type of __reverse__, given the input sequence type.
|
||||
|
||||
[*Return type]:
|
||||
|
||||
* A model of __bidirectional_sequence__.
|
||||
* A model of __bidirectional_sequence__ if `Sequence` is a __bidirectional_sequence__
|
||||
else, __random_access_sequence__ if `Sequence` is a __random_access_sequence__.
|
||||
* A model of __associative_sequence__ if `Sequence` implements the __associative_sequence__ model.
|
||||
|
||||
[*Semantics]: Returns a sequence with the elements in the reverse order to `Sequence`.
|
||||
|
Reference in New Issue
Block a user