operators (std::independent_bits_engine)

template< class CharT, class Traits, class Engine, size_t w, class UIntType > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost, const std::independent_bits_engine<Engine,w,UIntType>& e ); (1) (since C++11) template< class CharT, class Traits, class Engine, size_t w, class UIntType > std::basic_istream<CharT,Traits>& operator>>( std::basic_istre

operators (std::independent_bits_engine)

template< class Engine, size_t w, class UIntType > bool operator==( const independent_bits_engine<Engine,w,UIntType>& lhs, const independent_bits_engine<Engine,w,UIntType>& rhs ); (1) (since C++11) template< class Engine, size_t w, class UIntType > bool operator!=( const independent_bits_engine<Engine,w,UIntType>& lhs, const independent_bits_engine<Engine,w,UIntType>& rhs ); (2) (since C++11) Com

operators (std::geometric_distribution)

template< class CharT, class Traits, class ResultType > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost, const geometric_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::geometric_distribution)

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

operators (std::gamma_distribution)

template< class CharT, class Traits, class ResultType > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost, const gamma_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::gamma_distribution)

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

operators (std::function)

template< class R, class... ArgTypes > bool operator==( const std::function<R(ArgTypes...)>& f, std::nullptr_t ); (1) (since C++11) template< class R, class... ArgTypes > bool operator==( std::nullptr_t, const std::function<R(ArgTypes...)>& f ); (2) (since C++11) template< class R, class... ArgTypes > bool operator!=( const std::function<R(ArgTypes...)>& f, std::nullptr_t ); (3) (since C++11) template< class R, class... ArgTy

operators (std::forward_list)

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

operators (std::fisher_f_distribution)

template< class CharT, class Traits, class ResultType > std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost, const fisher_f_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::fisher_f_distribution)

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