nngn
|
#include <ranges.h>
Public Member Functions | |
constexpr | owning_view (const T &)=delete |
constexpr | owning_view (T &r) |
constexpr | owning_view (T &&r) |
constexpr auto | begin (void) const |
constexpr auto | begin (void) |
constexpr auto | end (void) const |
constexpr auto | end (void) |
Private Attributes | |
std::ranges::iterator_t< T > | b |
std::ranges::iterator_t< T > | e |
|
constexprdelete |
|
inlineexplicitconstexpr |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |
|
private |