operators (std::mersenne_twister_engine)

template< class UIntType, size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f > bool operator==( const mersenne_twister_engine<UIntType,w,n,m,r,a,u,d,s,b,t,c,l,f>& lhs, const mersenne_twister_engine<UIntType,w,n,m,r,a,u,d,s,b,t,c,l,f>& rhs ); (1) (since C++11) template< class UIntType, size_t w, size_t n, si

operators (std::match_results)

Defined in header <regex> template< class BidirIt, class Alloc > bool operator==( match_results<BidirIt,Alloc>& lhs, match_results<BidirIt,Alloc>& rhs ); (1) (since C++11) template< class BidirIt, class Alloc > bool operator!=( match_results<BidirIt,Alloc>& lhs, match_results<BidirIt,Alloc>& rhs ); (2) (since C++11) Compares two match_results objects. Two match_results are equal if t

operators (std::map)

template< class Key, class T, class Compare, class Alloc > bool operator==( const map<Key,T,Compare,Alloc>& lhs, const map<Key,T,Compare,Alloc>& rhs ); (1) template< class Key, class T, class Compare, class Alloc > bool operator!=( const map<Key,T,Compare,Alloc>& lhs, const map<Key,T,Compare,Alloc>& rhs ); (2) template< class Key, class T, class Compare, class Alloc > bool operator<( cons

operators (std::lognormal_distribution)

template< class CharT, class Traits, class ResultType > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost, const lognormal_distribution<ResultType>& d ); (1) template< class CharT, class Traits, class ResultType > std::basic_istream<CharT,Traits>& operator>>( std::basic_istream<CharT,Traits>& ist,

operators (std::lognormal_distribution)

template< class ResultType > bool operator==( const lognormal_distribution<ResultType>& lhs, const lognormal_distribution<ResultType>& rhs ); (1) template< class ResultType > bool operator!=( const lognormal_distribution<ResultType>& lhs, const lognormal_distribution<ResultType>& rhs ); (2) Compares two distribution objects. Two distribution objects are equal when parameter values and internal st

operators (std::list)

template< class T, class Alloc > bool operator==( const list<T,Alloc>& lhs, const list<T,Alloc>& rhs ); (1) template< class T, class Alloc > bool operator!=( const list<T,Alloc>& lhs, const list<T,Alloc>& rhs ); (2) template< class T, class Alloc > bool operator<( const list<T,Alloc>& lhs, const list<T,Alloc>& rhs ); (3) template< class T, clas

operators (std::linear_congruential_engine)

template< class UIntType, UIntType a, UIntType c, UIntType m > bool operator==( const linear_congruential_engine<UIntType,a,c,m>& lhs, const linear_congruential_engine<UIntType,a,c,m>& rhs ); (1) (since C++11) template< class UIntType, UIntType a, UIntType c, UIntType m > bool operator==( const linear_congruential_engine<UIntType,a,c,m>& lhs, const linear_congruential_engine<UIntType,a,c,m>& rhs ); (2

operators (std::linear_congruential_engine)

template< class CharT, class Traits, class UIntType, UIntType a, UIntType c, UIntType m > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost, const std::linear_congruential_engine<UIntType,a,c,m>& e ); (1) (since C++11) template< class CharT, class Traits, class UIntType, UIntType a, UIntType c, UIntType m > std::basic_istream<CharT,Traits>& operator&g

operators (std::istream_iterator)

template< class T, class CharT, class Traits, class Dist > bool operator==( const istream_iterator<T,CharT,Traits,Dist>& lhs, const istream_iterator<T,CharT,Traits,Dist>& rhs ); (1) template< class CharT, class Traits > bool operator!=( const istream_iterator<T,CharT,Traits,Dist>& lhs, const istream_iterator<T,CharT,Traits,Dist>& rhs ); (2) Checks whether both lhs and rhs are equal. Two stream it

operators (std::istreambuf_iterator)

template< class CharT, class Traits > bool operator==( const istreambuf_iterator<CharT,Traits>& lhs, const istreambuf_iterator<CharT,Traits>& rhs ); (1) template< class CharT, class Traits > bool operator!=( const istreambuf_iterator<CharT,Traits>& lhs, const istreambuf_iterator<CharT,Traits>& rhs ); (2) Checks whether both lhs and rhs are valid, or both are invalid, regardless of the stream buff