File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 6001
6001
6002
6002
constexpr explicit common_view(V r);
6003
6003
6004
- template<@\libconcept {viewable_range}@ R>
6005
- requires (!common_range<R> && @\libconcept {constructible_from}@<V, views::all_t<R>>)
6006
- constexpr explicit common_view(R&& r);
6007
-
6008
6004
constexpr V base() const& requires @\libconcept {copy_constructible}@<V> { return @\exposid {base_}@; }
6009
6005
constexpr V base() && { return std::move(@\exposid {base_}@); }
6010
6006
6060
6056
Initializes \exposid {base_} with \tcode {std::move(base)}.
6061
6057
\end {itemdescr }
6062
6058
6063
- \indexlibraryctor {common_view}%
6064
- \begin {itemdecl }
6065
- template<viewable_range R>
6066
- requires (!common_range<R> && @\libconcept {constructible_from}@<V, views::all_t<R>>)
6067
- constexpr explicit common_view(R&& r);
6068
- \end {itemdecl }
6069
-
6070
- \begin {itemdescr }
6071
- \pnum
6072
- \effects
6073
- Initializes \exposid {base_} with \tcode {views::all(std::forward<R>(r))}.
6074
- \end {itemdescr }
6075
-
6076
6059
\rSec 2[range.reverse]{Reverse view}
6077
6060
6078
6061
\rSec 3[range.reverse.overview]{Overview}
You can’t perform that action at this time.
0 commit comments