|
Horizon
|
A type-erased view. More...
#include <any_view.hpp>
Public Member Functions | |
| CPP_assert ((Cat &category::forward)==category::forward) | |
| template (typename Rng)(AND input_range< Rng > AND 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)() |
| 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 >)() const expr auto begin() -> detail::facade_iterator_t< D > | |
| Let d be static_cast<Derived &>(*this). | |
| Public Member Functions inherited from ranges::view_interface< any_view< Ref, category::input >, Cardinality > | |
| view_interface & | operator= (view_interface &&)=default |
| CPP_member constexpr auto | empty () const noexcept -> CPP_ret(bool)() |
| 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 |
| 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 |
| 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.