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