|
| | take_view ()=default |
| |
| constexpr | take_view (V base, range_difference_t< V > count) |
| |
| template<typename T = V, std::enable_if_t< copy_constructible< T >::value, int > = 0> |
| constexpr V | base () const & |
| |
| constexpr V | base () && |
| |
| template<typename T = V, std::enable_if_t< conjunction< negation< simple_view< T > >, sized_range< T >, random_access_range< T > >::value, int > = 0> |
| constexpr auto | begin () |
| |
| template<typename T = V, std::enable_if_t< conjunction< negation< simple_view< T > >, sized_range< T >, negation< random_access_range< T > > >::value, int > = 0> |
| constexpr auto | begin () |
| |
| template<typename T = V, std::enable_if_t< conjunction< negation< simple_view< T > >, negation< sized_range< T > > >::value, int > = 0> |
| constexpr auto | begin () |
| |
| template<typename T = const V, std::enable_if_t< conjunction< range< T >, sized_range< T >, random_access_range< T > >::value, int > = 0> |
| constexpr auto | begin () const |
| |
| template<typename T = const V, std::enable_if_t< conjunction< range< T >, sized_range< T >, negation< random_access_range< T > > >::value, int > = 0> |
| constexpr auto | begin () const |
| |
| template<typename T = const V, std::enable_if_t< conjunction< range< T >, negation< sized_range< T > > >::value, int > = 0> |
| constexpr auto | begin () const |
| |
| template<typename T = V, std::enable_if_t< conjunction< negation< simple_view< T > >, sized_range< T >, random_access_range< T > >::value, int > = 0> |
| constexpr auto | end () |
| |
| template<typename T = V, std::enable_if_t< conjunction< negation< simple_view< T > >, sized_range< T >, negation< random_access_range< T > > >::value, int > = 0> |
| constexpr default_sentinel_t | end () |
| |
| template<typename T = V, std::enable_if_t< conjunction< negation< simple_view< T > >, negation< sized_range< T > > >::value, int > = 0> |
| constexpr sentinel< false > | end () |
| |
| template<typename T = const V, std::enable_if_t< conjunction< range< T >, sized_range< T >, random_access_range< T > >::value, int > = 0> |
| constexpr auto | end () const |
| |
| template<typename T = V, std::enable_if_t< conjunction< range< T >, sized_range< T >, negation< random_access_range< T > > >::value, int > = 0> |
| constexpr default_sentinel_t | end () const |
| |
| template<typename T = V, std::enable_if_t< conjunction< range< T >, negation< sized_range< T > > >::value, int > = 0> |
| constexpr sentinel< true > | end () const |
| |
| template<typename T = V, std::enable_if_t< ranges::sized_range< T >::value, int > = 0> |
| constexpr auto | size () |
| |
| template<typename T = const V, std::enable_if_t< ranges::sized_range< T >::value, int > = 0> |
| constexpr auto | size () const |
| |
| constexpr bool | empty () |
| |
| constexpr bool | empty () |
| |
| constexpr bool | empty () const |
| |
| constexpr bool | empty () const |
| |
| constexpr auto | cbegin () |
| |
| constexpr auto | cbegin () const |
| |
| constexpr auto | cend () |
| |
| constexpr auto | cend () const |
| |
| constexpr | operator bool () |
| |
| constexpr | operator bool () const |
| |
| constexpr auto | data () |
| |
| constexpr auto | data () const |
| |
| constexpr auto | size () |
| |
| constexpr auto | size () const |
| |
| constexpr decltype(auto) | front () |
| |
| constexpr decltype(auto) | front () const |
| |
| constexpr decltype(auto) | back () |
| |
| constexpr decltype(auto) | back () const |
| |
| constexpr decltype(auto) | operator[] (range_difference_t< R > n) |
| |
| constexpr decltype(auto) | operator[] (range_difference_t< R > n) const |
| |