|
|
| template (typename Rng)(requires(!same_as< detail |
| |
|
CPP_member auto | size () -> CPP_ret(std::size_t)(requires(category::sized==(Cat &category::sized))) |
| |
| | template (typename D=any_view< Ref, Cat, void >)(requires same_as< D |
| | Let d be static_cast<Derived &>(*this). More...
|
| |
|
| template (typename D=any_view< Ref, Cat, void >)(requires same_as< D |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
| | template (typename D=any_view< Ref, Cat, void >)(requires same_as< D |
| | Let d be static_cast<Derived &>(*this). More...
|
| |
|
| template (typename D=any_view< Ref, Cat, void >)(requires same_as< D |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
constexpr any_view< Ref, Cat, void > auto | begin () -> detail::facade_iterator_t< D > |
| |
|
constexpr any_view< Ref, Cat, void > auto | begin () const -> detail::facade_iterator_t< D const > |
| |
|
constexpr any_view< Ref, Cat, void > auto | end () -> detail::facade_sentinel_t< D > |
| |
|
constexpr any_view< Ref, Cat, void > auto | end () const -> detail::facade_sentinel_t< D const > |
| |
|
| view_interface (view_interface &&)=default |
| |
|
| view_interface (view_interface const &)=default |
| |
|
view_interface & | operator= (view_interface &&)=default |
| |
|
view_interface & | operator= (view_interface const &)=default |
| |
|
constexpr CPP_member auto | empty () const noexcept -> CPP_ret(bool)(requires(detail::has_fixed_size_< Cardinality >)) |
| | Test whether a range can be empty:
|
| |
|
|
using | D = meta::invoke< detail::dependent_< B >, any_view< Ref, Cat, void > > |
| |
|
constexpr view_as_cursor | begin_cursor () const |
| |
|
constexpr default_sentinel_t | end_cursor () const |
| |
|
constexpr any_view< Ref, Cat, void > & | derived () noexcept |
| |
|
constexpr any_view< Ref, Cat, void > const & | derived () const noexcept |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
friend | range_access |
| |