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

concept to check if a type is a tf::IndexRange<T, 1>. More...

#include <taskflow/utility/iterator.hpp>

Concept definition

template<typename R>
concept to check if a type is a tf::IndexRange<T, 1>.
Definition iterator.hpp:710
constexpr bool is_1d_index_range_v
base type trait to detect if a type is a 1D IndexRange
Definition iterator.hpp:690

Detailed Description

concept to check if a type is a tf::IndexRange<T, 1>.

Template Parameters
Rthe range type to evaluate