Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > > Member List

This is the complete list of members for ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >, including all inherited members.

any_view()=default (defined in ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >)ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >
any_view(Rng &&rng) (defined in ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >)ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >
begin() -> detail::facade_iterator_t< D >ranges::view_facade< any_view< Ref, Cat, void >,(Cat &category::sized)==category::sized ? finite :unknown >
begin() const -> detail::facade_iterator_t< D const >ranges::view_facade< any_view< Ref, Cat, void >,(Cat &category::sized)==category::sized ? finite :unknown >
derived() const noexceptranges::view_interface< any_view< Ref, Cat, void >, Cardinality >protected
empty() const noexcept -> boolranges::view_interface< any_view< Ref, Cat, void >, Cardinality >
empty() noexcept(noexcept(bool(ranges::begin(std::declval< D< True > & >())==ranges::end(std::declval< D< True > & >()))))ranges::view_interface< any_view< Ref, Cat, void >, Cardinality >
empty() const noexcept(noexcept(bool(ranges::begin(std::declval< D< True > const & >())==ranges::end(std::declval< D< True > const & >()))))ranges::view_interface< any_view< Ref, Cat, void >, Cardinality >
end() -> detail::facade_sentinel_t< D >ranges::view_facade< any_view< Ref, Cat, void >,(Cat &category::sized)==category::sized ? finite :unknown >
end() const -> detail::facade_sentinel_t< D const >ranges::view_facade< any_view< Ref, Cat, void >,(Cat &category::sized)==category::sized ? finite :unknown >
operator bool() const noexcept(noexcept(ranges::empty(std::declval< D< True > const & >())))ranges::view_interface< any_view< Ref, Cat, void >, Cardinality >explicit
range_access (defined in ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >)ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >
size() -> std::size_t (defined in ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >)ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > >