std::shuffle_order_engine<Engine,K>::max

從 cppreference.com
 
 
 
 
 
static constexpr result_type max();
(C++11 起)

返回引擎適配器潛在生成的最大值。此值等於 e.max(),其中 e 是底層引擎。

目錄

[編輯] 參數

(無)

[編輯] 返回值

最大的潛在生成值。

[編輯] 複雜度

常數。

[編輯] 參閱

[靜態]
獲取輸出範圍中的最小可能值
(公開靜態成員函數) [編輯]