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

concept to check if a type is a tf::IndexRanges<T, 1> (i.e., tf::IndexRange<T>) More...

#include <taskflow/utility/iterator.hpp>

Concept definition

template<typename R>
(std::decay_t<std::unwrap_ref_decay_t<R>>::rank == 1)
concept to check if a type is a tf::IndexRanges<T, 1> (i.e., tf::IndexRange<T>)
Definition iterator.hpp:1017
concept to check if a type is a tf::IndexRanges, regardless of dimensionality
Definition iterator.hpp:1004

Detailed Description

concept to check if a type is a tf::IndexRanges<T, 1> (i.e., tf::IndexRange<T>)

Template Parameters
Rthe range type to evaluate