| 相等 (1) | template <class IntType>bool operator== ( const binomial_distribution<IntType>& lhs, const binomial_distribution<IntType>& rhs ); |
|---|---|
| 不等 (2) | template <class IntType>bool operator!= ( const binomial_distribution<IntType>& lhs, const binomial_distribution<IntType>& rhs ); |