|
template<typename _Container , typename _Ty > |
_Vector_iterator< _Container, _Ty > | Concurrency::details::operator+ (ptrdiff_t _Offset, const _Vector_iterator< _Container, _Ty > &_Vec) |
|
template<typename _Container , typename _Ty , typename _U > |
bool | Concurrency::details::operator== (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Container , typename _Ty , typename _U > |
bool | Concurrency::details::operator!= (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Container , typename _Ty , typename _U > |
bool | Concurrency::details::operator< (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Container , typename _Ty , typename _U > |
bool | Concurrency::details::operator> (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Container , typename _Ty , typename _U > |
bool | Concurrency::details::operator>= (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Container , typename _Ty , typename _U > |
bool | Concurrency::details::operator<= (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Container , typename _Ty , typename _U > |
ptrdiff_t | Concurrency::details::operator- (const _Vector_iterator< _Container, _Ty > &_I, const _Vector_iterator< _Container, _U > &_J) |
|
template<typename _Ty , class A1 , class A2 > |
bool | Concurrency::operator== (const concurrent_vector< _Ty, A1 > &_A, const concurrent_vector< _Ty, A2 > &_B) |
| Tests if the concurrent_vector object on the left side of the operator is equal to the concurrent_vector object on the right side. More...
|
|
template<typename _Ty , class A1 , class A2 > |
bool | Concurrency::operator!= (const concurrent_vector< _Ty, A1 > &_A, const concurrent_vector< _Ty, A2 > &_B) |
| Tests if the concurrent_vector object on the left side of the operator is not equal to the concurrent_vector object on the right side. More...
|
|
template<typename _Ty , class A1 , class A2 > |
bool | Concurrency::operator< (const concurrent_vector< _Ty, A1 > &_A, const concurrent_vector< _Ty, A2 > &_B) |
| Tests if the concurrent_vector object on the left side of the operator is less than the concurrent_vector object on the right side. More...
|
|
template<typename _Ty , class A1 , class A2 > |
bool | Concurrency::operator> (const concurrent_vector< _Ty, A1 > &_A, const concurrent_vector< _Ty, A2 > &_B) |
| Tests if the concurrent_vector object on the left side of the operator is greater than the concurrent_vector object on the right side. More...
|
|
template<typename _Ty , class A1 , class A2 > |
bool | Concurrency::operator<= (const concurrent_vector< _Ty, A1 > &_A, const concurrent_vector< _Ty, A2 > &_B) |
| Tests if the concurrent_vector object on the left side of the operator is less than or equal to the concurrent_vector object on the right side. More...
|
|
template<typename _Ty , class A1 , class A2 > |
bool | Concurrency::operator>= (const concurrent_vector< _Ty, A1 > &_A, const concurrent_vector< _Ty, A2 > &_B) |
| Tests if the concurrent_vector object on the left side of the operator is greater than or equal to the concurrent_vector object on the right side. More...
|
|
template<typename _Ty , class _Ax > |
void | Concurrency::swap (concurrent_vector< _Ty, _Ax > &_A, concurrent_vector< _Ty, _Ax > &_B) |
| Exchanges the elements of two concurrent_vector objects. More...
|
|