equality (1) | template <class RealType> bool operator== ( const exponential_distribution<RealType>& lhs, const exponential_distribution<RealType>& rhs ); |
---|---|
inequality (2) | template <class RealType> bool operator!= ( const exponential_distribution<RealType>& lhs, const exponential_distribution<RealType>& rhs ); |