Home
last modified time | relevance | path

Searched refs:ParallelForIndex (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dconcepts_common.h168 struct ParallelForIndex { struct
169 ParallelForIndex(int) requires EnableIntCtor {} in ParallelForIndex() argument
170 ParallelForIndex( const ParallelForIndex& ) requires EnableCopyCtor = default;
171 ParallelForIndex& operator=( const ParallelForIndex& ) requires EnableCopyAssign = default; argument
173 ~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) { …
186ParallelForIndex operator+( std::size_t ) const requires (EnablePlus == State::correct) { return *…
[all …]