Merge remote-tracking branch 'origin/denzor200-patch-4' into transform_view_ext

Conflicts:
	doc/view.qbk
This commit is contained in:
denzor200
2022-01-09 15:31:15 +04:00

View File

@ -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]]