std::subtract_with_carry_engine<UIntType,w,s,r>::max

Returns the maximum value potentially generated by the random-number engine.

# Declarations

static constexpr result_type max();

(since C++11)

# Return value

(\scriptsize 2^w-1 )2w-1

# See also