#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/drop_view.hpp>
|
| | drop_view ()=default |
| |
| constexpr | drop_view (V base, range_difference_t< V > count) |
| |
| template<typename V2 = V, std::enable_if_t< copy_constructible< V2 >::value, int > = 0> |
| constexpr V | base () const &noexcept(std::is_nothrow_copy_constructible< V >::value) |
| |
| constexpr V | base () &&noexcept(std::is_nothrow_move_constructible< V >::value) |
| |
| template<typename V2 = V, std::enable_if_t< conjunction< simple_view< V2 >, sized_range< const V2 >, random_access_range< const V2 > >::value==false, int > = 0> |
| constexpr auto | begin () |
| |
| template<typename V2 = V, std::enable_if_t< conjunction< sized_range< const V2 >, random_access_range< const V2 > >::value, int > = 0> |
| constexpr auto | begin () const |
| |
| template<typename V2 = V, std::enable_if_t< simple_view< V2 >::value==false, int > = 0> |
| constexpr auto | end () |
| |
| template<typename V2 = V, std::enable_if_t< sized_range< const V2 >::value, int > = 0> |
| constexpr auto | end () const |
| |
| template<typename V2 = V, std::enable_if_t< sized_range< V2 >::value, int > = 0> |
| constexpr auto | size () |
| |
| template<typename V2 = V, std::enable_if_t< sized_range< const V2 >::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 |
| |
◆ drop_view() [1/2]
◆ drop_view() [2/2]
◆ base() [1/2]
◆ base() [2/2]
| constexpr V base |
( |
| ) |
const & |
|
inlineconstexprnoexcept |
◆ begin() [1/2]
◆ begin() [2/2]
| constexpr auto begin |
( |
| ) |
const |
|
inlineconstexpr |
◆ end() [1/2]
◆ end() [2/2]
| constexpr auto end |
( |
| ) |
const |
|
inlineconstexpr |
◆ size() [1/2]
◆ size() [2/2]
| constexpr auto size |
( |
| ) |
const |
|
inlineconstexpr |
The documentation for this class was generated from the following file: