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