|
template<typename Start , typename Size , std::enable_if_t< values::index< Start > and values::index< Size > and std::is_convertible_v< values::number_type_of_t< Size >, values::number_type_of_t< Start >>, int > = 0> |
constexpr auto | operator() (Start start, Size size) const |
| Create an iota_view.
|
|
template<typename Size , std::enable_if_t< values::index< Size >, int > = 0> |
constexpr auto | operator() (Size size) const |
| Create an iota_view starting at 0.
|
|
constexpr auto | operator() () const |
| Create an unsized iota_view starting at 0.
|
|
The documentation for this struct was generated from the following file: