#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/iota_view.hpp>
|
template<typename W > |
constexpr iota_view< std::remove_reference_t< W > > | operator() (W &&value) const |
|
template<typename W , typename Bound , std::enable_if_t< conjunction< disjunction< negation< is_integer_like< std::remove_reference_t< W >>>, negation< is_integer_like< std::remove_reference_t< Bound >>>, bool_constant< is_signed_integer_like< std::remove_reference_t< W >>::value==is_signed_integer_like< std::remove_reference_t< Bound >>::value > > >::value, int > = 0> |
constexpr ranges::iota_view< std::remove_reference_t< W >, std::remove_reference_t< Bound > > | operator() (W &&value, Bound &&bound) const |
|
◆ operator()() [1/2]
constexpr iota_view<std::remove_reference_t<W> > operator() |
( |
W && |
value | ) |
const |
|
inlineconstexpr |
◆ operator()() [2/2]
constexpr ranges::iota_view<std::remove_reference_t<W>, std::remove_reference_t<Bound> > operator() |
( |
W && |
value, |
|
|
Bound && |
bound |
|
) |
| const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: