Searched refs:ParallelForIndex (Results 1 – 1 of 1) sorted by relevance
168 struct ParallelForIndex { struct169 ParallelForIndex(int) requires EnableIntCtor {} in ParallelForIndex() argument170 ParallelForIndex( const ParallelForIndex& ) requires EnableCopyCtor = default;171 ParallelForIndex& operator=( const ParallelForIndex& ) requires EnableCopyAssign = default; argument173 ~ParallelForIndex() requires EnableDtor = default;174 ~ParallelForIndex() = delete;176 …bool operator<( const ParallelForIndex& ) const requires (EnableLess == State::correct) { return t…177 …bool operator<( const ParallelForIndex& ) requires (EnableLess == State::incorrect_constness) { re…181 …std::size_t operator-( const ParallelForIndex& ) const requires (EnableMinus == State::correct) { …186 …ParallelForIndex operator+( std::size_t ) const requires (EnablePlus == State::correct) { return *…[all …]