Stream insertion
Inserting a Duration into an output stream:
cout << d << endl;
produces the same output as
cout << d.make_string() << endl;
Next topic:
Time
Previous topic:
Conversion to and from string
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004