operator<= Operator
Visual Studio 2012
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.
template< typename _Ty, class A1, class A2 > inline bool operator<=( const concurrent_vector<_Ty, A1> &_A, const concurrent_vector<_Ty, A2> &_B );