#include <di/container/view/range.h>
|
| template<concepts::Integer T> |
| constexpr auto | operator() (T end) const |
| |
template<concepts::Integer T, concepts::Integer U>
requires (concepts::SignedInteger<T> == concepts::SignedInteger<U>) |
| constexpr auto | operator() (T start, U end) const |
| |
◆ operator()() [1/2]
template<concepts::Integer T>
| auto di::container::view::detail::RangeFunction::operator() |
( |
T | end | ) |
const |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::Integer T, concepts::Integer U>
requires (concepts::SignedInteger<T> == concepts::SignedInteger<U>)
| auto di::container::view::detail::RangeFunction::operator() |
( |
T | start, |
|
|
U | end ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/view/range.h