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