/*unspecified*/ setbase (int base);
setf(which,ios_base::basefield)
were called on the stream on which it is inserted/extracted as a manipulator, with which being:<iomanip>
.base argument | same as inserting... |
---|---|
8 | oct |
10 | dec |
16 | hex |
any other | resetiosflags(ios_base::basefield) |
|
|
6e |