Public Member Functions | |
template<typename Int > | |
CPP_TEMPLATE_AUX_0 | c (requires detail::integer_like_< Int >) ccconstexpr auto operator()(Int n) const |
![]() | |
template<typename Rng > | |
CPP_TEMPLATE_AUX_0 | a (requires viewable_range< Rng > &&sized_range< Rng >) aaauto operator()(Rng &&rng |
return | drop_exactly (static_cast< Rng && >(rng), sz > n ? sz - n :0) |
Related Functions | |
(Note that these are not member functions.) | |
constexpr take_last_fn | take_last {} |
Additional Inherited Members | |
![]() | |
CPP_TEMPLATE_AUX_0 range_difference_t< Rng > n | const |