mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 23:32:17 +02:00
Fix a copy/paste error.
[SVN r63220]
This commit is contained in:
@ -588,7 +588,7 @@ printing a `repetitive_view` to `std::cout` is not.
|
||||
|
||||
[table
|
||||
[[Expression] [Return Type] [Semantics]]
|
||||
[[`RV(s)`] [] [Creates an `repetitive_view` given a sequence and a list of indicies.]]
|
||||
[[`RV(s)`] [] [Creates an `repetitive_view` given the underlying sequence.]]
|
||||
[[`RV(rv1)`] [] [Copy constructs an `repetitive_view` from another `repetitive_view`, `rv1`.]]
|
||||
[[`rv1 = rv2`] [] [Assigns to a `repetitive_view`, `rv1`, from another `repetitive_view`, `rv2`.]]
|
||||
[[`__begin__(rv)`] [__forward_iterator__] []]
|
||||
|
Reference in New Issue
Block a user