Synopsis of methods | |
constexpr chunk_fn | chunk {} |
Public Member Functions | |
template<typename Int > | |
constexpr auto | operator() (Int n) const |
![]() | |
template<typename Rng > | |
constexpr chunk_view< all_t< Rng > > | operator() (Rng &&rng, range_difference_t< Rng > n) const |
|
constexpr |
detail::integer_like_<Int>