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

Returns the maximum value potentially generated by the engine adaptor. This value is equal to e.max() where e is the underlying engine.

# Declarations

static constexpr result_type max();

(since C++11)

# Return value

The maximum potentially generated value.

# See also