50 ostream& s=(ostream&)(_s);
51 s.setf(ios::showpoint);
71 ostream& s=(ostream&)(_s);
72 s.setf(ios::fixed,ios::floatfield);
92 ostream& s=(ostream&)(_s);
93 s.setf(ios::scientific,ios::floatfield);
prescientific setscientific(void)
Description not yet available.
preshowpoint setshowpoint(void)
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
prefixed setfixed(void)
Description not yet available.