dec function — Manipulator for decimal integers
ios_base& dec(ios_base& stream)
The dec
function is a
manipulator that sets the conversion radix to base 10. The function
calls stream.setf(ios_base::dec
,
ios_base::basefield)
and returns
stream
.
hex function, ios_base::fmtflags type, noshowbase function, oct function, showbase function, num_get
in <locale>
, num_put
in <locale>