concept to check if a type an tf::IndexRange, regardless of dimensionality More...
#include <taskflow/utility/iterator.hpp>
concept to check if a type an tf::IndexRange, regardless of dimensionality
| R | the range type to evaluate |
This concept strips cv-qualifiers and references (using std::unwrap_ref_decay_t) before evaluating, allowing const and reference types to satisfy the constraint.