|
|
| drop_exactly_view (Rng rng, difference_type_ n) |
| |
|
iterator_t< Rng > | begin () |
| |
|
sentinel_t< Rng > | end () |
| |
|
| template (bool Const=true)(AND random_access_range< meta |
| |
|
CPP_auto_member auto CPP_fun() | size ()() |
| |
|
Rng | base () const |
| |
|
| view_interface (view_interface &&)=default |
| |
|
| view_interface (view_interface const &)=default |
| |
|
view_interface & | operator= (view_interface &&)=default |
| |
|
view_interface & | operator= (view_interface const &)=default |
| |
|
CPP_member constexpr auto | empty () const noexcept -> CPP_ret(bool)() |
| | Test whether a range can be empty:
|
| |
|
|
using | D = meta::invoke< detail::dependent_< B >, drop_exactly_view< Rng > > |
| |
|
constexpr drop_exactly_view< Rng > & | derived () noexcept |
| |
|
constexpr drop_exactly_view< Rng > 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.
|
| |
The documentation for this struct was generated from the following file: