Stream insertion
Inserting a Time into an output stream:
cout << t << endl;
produces the same output as:
cout << t.make_string() << endl;
Next topic:
Conversion to and from time_t
Previous topic:
Conversion from string to Time
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005