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

concept to check if a type is a tf::IndexRanges, regardless of dimensionality More...

#include <taskflow/utility/iterator.hpp>

Concept definition

template<typename R>
concept to check if a type is a tf::IndexRanges, regardless of dimensionality
Definition iterator.hpp:1004
constexpr bool is_index_ranges_v
base type trait to detect if a type is a tf::IndexRanges
Definition iterator.hpp:982

Detailed Description

concept to check if a type is a tf::IndexRanges, 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 (including std::reference_wrapper) types to satisfy the constraint.