|
| RANGES_DEPRECATED ("Replace views::empty<T>() with views::empty<T>. " "It is now a variable template.") empty_view operator()() const |
|
| view_interface (view_interface &&)=default |
|
| view_interface (view_interface const &)=default |
|
view_interface & | operator= (view_interface &&)=default |
|
view_interface & | operator= (view_interface const &)=default |
|
constexpr CPP_member auto | empty () const noexcept -> CPP_ret(bool)(requires(detail::has_fixed_size_< Cardinality >)) |
| Test whether a range can be empty:
|
|
|
static constexpr T * | begin () noexcept |
|
static constexpr T * | end () noexcept |
|
static constexpr std::size_t | size () noexcept |
|
static constexpr T * | data () noexcept |
|
|
using | D = meta::invoke< detail::dependent_< B >, empty_view< T > > |
|
constexpr empty_view< T > & | derived () noexcept |
|
constexpr empty_view< T > const & | derived () const noexcept |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
The documentation for this struct was generated from the following files: