8 struct RangeFunction : function::pipeline::EnablePipeline {
9 template<concepts::Integer T>
10 constexpr auto operator()(T
end)
const {
14 template<concepts::Integer T, concepts::Integer U>
15 requires(concepts::SignedInteger<T> == concepts::SignedInteger<U>)
16 constexpr auto operator()(T
start, U
end)
const {
22constexpr inline auto range = detail::RangeFunction {};
constexpr auto iota
Definition iota.h:35
constexpr auto range
Definition range.h:22
constexpr auto end
Definition end.h:55
constexpr auto start
Definition start.h:20
Definition any_storable.h:9