concept to check if a type is a tf::IndexRange<T, N> with rank > 1
More...
#include <taskflow/utility/iterator.hpp>
template<typename R>
concept to check if a type is a tf::IndexRange<T, N> with rank > 1
Definition iterator.hpp:740
constexpr bool is_md_index_range_v
base type trait to detect if a type is a multi-dimensional IndexRange (rank > 1)
Definition iterator.hpp:717
concept to check if a type is a tf::IndexRange<T, N> with rank > 1
- Template Parameters
-
| R | the range type to evaluate |