|
|
constexpr | concat_view (Views...vs) |
| |
|
constexpr auto | begin () noexcept |
| |
|
constexpr auto | begin () const noexcept |
| |
|
constexpr auto | end () noexcept |
| |
|
constexpr auto | end () const noexcept |
| |
|
template<bool enable = true, std::enable_if_t< enable and(... and sized_range< Views >), int > = 0> |
| constexpr auto | size () const |
| |
|
constexpr bool | empty () |
| |
|
constexpr bool | empty () const |
| |
|
constexpr auto | cbegin () |
| |
|
constexpr auto | cbegin () const |
| |
|
constexpr auto | cend () |
| |
|
constexpr auto | cend () const |
| |
|
constexpr | operator bool () |
| |
|
constexpr | operator bool () const |
| |
|
constexpr auto | size () |
| |
|
constexpr auto | size () const |
| |
|
decltype(auto) constexpr | front () |
| |
|
decltype(auto) constexpr | front () const |
| |
|
decltype(auto) constexpr | back () |
| |
|
decltype(auto) constexpr | back () const |
| |
|
decltype(auto) constexpr | operator[] (range_difference_t< D > n) |
| |
|
decltype(auto) constexpr | operator[] (range_difference_t< D > n) const |
| |
The documentation for this struct was generated from the following file: