|
Horizon
|
A type-erased view. More...
#include <any_view.hpp>
Public Member Functions | |
| CPP_assert ((Cat &category::forward)==category::forward) | |
| template (typename Rng)(requires(!same_as< detail | |
| any_view (any_view &&)=default | |
| any_view (any_view const &that) | |
| any_view & | operator= (any_view &&)=default |
| any_view & | operator= (any_view const &that) |
| CPP_member auto | size () -> CPP_ret(std::size_t)(requires(category::sized==(Cat &category::sized))) |
Public Member Functions inherited from ranges::view_facade< any_view< Ref, category::input >,(category::input &category::sized)==category::sized ? finite :unknown > | |
| template (typename D=any_view< Ref, category::input >)(requires same_as< D | |
Let d be static_cast<Derived &>(*this). More... | |
| template (typename D=any_view< Ref, category::input >)(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, category::input >)(requires same_as< D | |
Let d be static_cast<Derived &>(*this). More... | |
| template (typename D=any_view< Ref, category::input >)(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, category::input > auto | begin () -> detail::facade_iterator_t< D > |
| constexpr any_view< Ref, category::input > auto | begin () const -> detail::facade_iterator_t< D const > |
| constexpr any_view< Ref, category::input > auto | end () -> detail::facade_sentinel_t< D > |
| constexpr any_view< Ref, category::input > auto | end () const -> detail::facade_sentinel_t< D const > |
Public Member Functions inherited from ranges::view_interface< any_view< Ref, category::input >, Cardinality > | |
| 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: | |
Public Attributes | |
| friend | range_access |
Additional Inherited Members | |
Protected Types inherited from ranges::view_interface< any_view< Ref, category::input >, Cardinality > | |
| using | D = meta::invoke< detail::dependent_< B >, any_view< Ref, category::input > > |
Protected Member Functions inherited from ranges::view_facade< any_view< Ref, category::input >,(category::input &category::sized)==category::sized ? finite :unknown > | |
| constexpr view_as_cursor | begin_cursor () const |
| constexpr default_sentinel_t | end_cursor () const |
Protected Member Functions inherited from ranges::view_interface< any_view< Ref, category::input >, Cardinality > | |
| constexpr any_view< Ref, category::input > & | derived () noexcept |
| constexpr any_view< Ref, category::input > 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. | |
Protected Attributes inherited from ranges::view_facade< any_view< Ref, category::input >,(category::input &category::sized)==category::sized ? finite :unknown > | |
| friend | range_access |
A type-erased view.