concept to check if a type is a tf::IndexRanges, regardless of dimensionality More...
#include <taskflow/utility/iterator.hpp>
concept to check if a type is a tf::IndexRanges, 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 (including std::reference_wrapper) types to satisfy the constraint.