Loading...
Searching...
No Matches
tf::IndexRangeLike Concept Reference

concept to check if a type an tf::IndexRange, regardless of dimensionality More...

#include <taskflow/utility/iterator.hpp>

Concept definition

template<typename R>
concept to check if a type an tf::IndexRange, regardless of dimensionality
Definition iterator.hpp:683
constexpr bool is_index_range_v
base type trait to detect if a type is an IndexRange
Definition iterator.hpp:658

Detailed Description

concept to check if a type an tf::IndexRange, regardless of dimensionality

Template Parameters
Rthe 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.