std::basic_ostream - cppreference.com
Constant Explanation [edit] dec use decimal base for integer I/O: see std::dec [edit] oct use octal base for integer I/O: see std::oct [edit] hex use hexadecimal base for integer I/O: see std::hex [edit] basefield dec | oct | hex | 0. Useful for masking o...