std::independent_bits_engine<Engine,W,UIntType>::max
提供: cppreference.com
static constexpr result_type max(); |
(C++11以上) | |
エンジンアダプタが生成する可能性のある最大値を返します。 この値は 2w
-1 と等しくなります。
引数
(なし)
戻り値
生成される可能性のある最大値。
計算量
一定。
関連項目
[静的] |
出力範囲の有り得る最小値を取得します (パブリック静的メンバ関数) |