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