concept to check if a type is a tf::IndexRange<T, 1>.
More...
#include <taskflow/utility/iterator.hpp>
template<typename R>
concept to check if a type is a tf::IndexRange<T, 1>.
Definition iterator.hpp:710
constexpr bool is_1d_index_range_v
base type trait to detect if a type is a 1D IndexRange
Definition iterator.hpp:690
concept to check if a type is a tf::IndexRange<T, 1>.
- Template Parameters
-
| R | the range type to evaluate |