|
|
| CPP_assert (std::is_arithmetic< T >()) |
| |
|
constexpr | linear_distribute_view (T from, T to, std::ptrdiff_t n) noexcept |
| |
|
constexpr std::size_t | size () const noexcept |
| |
| | template (typename D=linear_distribute_view< T >)(requires same_as< D |
| | Let d be static_cast<Derived &>(*this). More...
|
| |
|
| template (typename D=linear_distribute_view< T >)(requires same_as< D |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
| | template (typename D=linear_distribute_view< T >)(requires same_as< D |
| | Let d be static_cast<Derived &>(*this). More...
|
| |
|
| template (typename D=linear_distribute_view< T >)(requires same_as< D |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
constexpr linear_distribute_view< T > auto | begin () -> detail::facade_iterator_t< D > |
| |
|
constexpr linear_distribute_view< T > auto | begin () const -> detail::facade_iterator_t< D const > |
| |
|
constexpr linear_distribute_view< T > auto | end () -> detail::facade_sentinel_t< D > |
| |
|
constexpr linear_distribute_view< T > auto | end () const -> detail::facade_sentinel_t< D 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:
|
| |