back() const requires bidirectional_range< const subrange< _It, _Sent, _Kind > > &&common_range< const subrange< _It, _Sent, _Kind > > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
begin() const requires copyable< _It > (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
begin() requires(!copyable< _It >) (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
common_range< _Derived > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | |
data() noexcept(noexcept(ranges::begin(_M_derived()))) requires contiguous_iterator< iterator_t< subrange< _It, _Sent, _Kind > >> (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
data() const noexcept(noexcept(ranges::begin(_M_derived()))) requires range< const subrange< _It, _Sent, _Kind > > &&contiguous_iterator< iterator_t< const subrange< _It, _Sent, _Kind > >> (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
empty() const (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
end() const (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
front() requires forward_range< subrange< _It, _Sent, _Kind > > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
front() const requires forward_range< const subrange< _It, _Sent, _Kind > > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
iterator_t< _Derived > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | |
iterator_t< const _Derived > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | |
noexcept(is_nothrow_constructible_v< _It, decltype(__i)> &&is_nothrow_constructible_v< _Sent, _Sent & >) requires(!_S_store_size) (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
noexcept(noexcept(subrange(__r, ranges::size(__r)))) requires _S_store_size &&sized_range< _Rng > (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
noexcept(noexcept(subrange(ranges::begin(__r), ranges::end(__r)))) requires(!_S_store_size) (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
noexcept(noexcept(subrange(ranges::begin(__r), ranges::end(__r), __n))) requires(_Kind (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | |
noexcept(noexcept(_S_empty(_M_derived()))) requires forward_range< subrange< _It, _Sent, _Kind > > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
operator _PairLike() const (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | inline |
operator bool() noexcept(noexcept(ranges::empty(_M_derived()))) requires requires (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inlineexplicit |
operator bool() const noexcept(noexcept(ranges::empty(_M_derived()))) requires requires (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inlineexplicit |
operator[](range_difference_t< _Range > __n) (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
operator[](range_difference_t< _Range > __n) const (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | inline |
ranges::prev(ranges::end(_M_derived())) (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | |
size() noexcept(noexcept(_S_size(_M_derived()))) requires forward_range< subrange< _It, _Sent, _Kind > > &&sized_sentinel_for< sentinel_t< subrange< _It, _Sent, _Kind > > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | |
size() const noexcept(noexcept(_S_size(_M_derived()))) requires forward_range< const subrange< _It, _Sent, _Kind > > &&sized_sentinel_for< sentinel_t< const subrange< _It, _Sent, _Kind > > (defined in std::ranges::view_interface< subrange< _It, _Sent, _Kind > >) | std::ranges::view_interface< subrange< _It, _Sent, _Kind > > | |
subrange() requires default_initializable< _It >=default (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | |
subrange(__detail::__convertible_to_non_slicing< _It > auto __i, _Sent __s, __size_type __n) noexcept(is_nothrow_constructible_v< _It, decltype(__i)> &&is_nothrow_constructible_v< _Sent, _Sent & >) requires(_Kind (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | |
views::_Drop (defined in std::ranges::subrange< _It, _Sent, _Kind >) | std::ranges::subrange< _It, _Sent, _Kind > | friend |