libstdc++
|
#include <ranges_util.h>
Public Member Functions | |
constexpr decltype(auto) | back () |
constexpr decltype(auto) | back () const |
constexpr auto | data () const noexcept(noexcept(ranges::begin(_M_derived()))) |
constexpr auto | data () noexcept(noexcept(ranges::begin(_M_derived()))) |
constexpr bool | empty () const noexcept(noexcept(_S_empty(_M_derived()))) |
constexpr bool | empty () const noexcept(noexcept(ranges::size(_M_derived())==0)) |
constexpr bool | empty () noexcept(noexcept(_S_empty(_M_derived()))) |
constexpr bool | empty () noexcept(noexcept(ranges::size(_M_derived())==0)) |
constexpr decltype(auto) | front () |
constexpr decltype(auto) | front () const |
constexpr | operator bool () const noexcept(noexcept(ranges::empty(_M_derived()))) |
constexpr | operator bool () noexcept(noexcept(ranges::empty(_M_derived()))) |
template<random_access_range _Range = _Derived> | |
constexpr decltype(auto) | operator[] (range_difference_t< _Range > __n) |
template<random_access_range _Range = const _Derived> | |
constexpr decltype(auto) | operator[] (range_difference_t< _Range > __n) const |
constexpr auto | size () const noexcept(noexcept(_S_size(_M_derived()))) |
constexpr auto | size () noexcept(noexcept(_S_size(_M_derived()))) |
The ranges::view_interface class template.
Definition at line 63 of file ranges_util.h.
|
inlineconstexpr |
Definition at line 169 of file ranges_util.h.
|
inlineconstexpr |
Definition at line 177 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 136 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 131 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 109 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 115 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 97 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 103 of file ranges_util.h.
|
inlineconstexpr |
Definition at line 155 of file ranges_util.h.
|
inlineconstexpr |
Definition at line 162 of file ranges_util.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 126 of file ranges_util.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 121 of file ranges_util.h.
|
inlineconstexpr |
Definition at line 187 of file ranges_util.h.
|
inlineconstexpr |
Definition at line 192 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 148 of file ranges_util.h.
|
inlineconstexprnoexcept |
Definition at line 142 of file ranges_util.h.