namespace std { template <class RealType> bool operator!=( const weibull_distribution<RealType>& a, const weibull_distribution<RealType>& b); }
概要
非等値比較を行う。
戻り値
!(a == b)
計算量
定数時間
例
出力
not equal
バージョン
言語
- C++11
処理系
- Clang: ??
- GCC:
- GCC, C++11 mode: 4.7.2
- ICC: ??
- Visual C++: ??