DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
No more ctime(3C) errors - Time(3C++)

Relational operators

Durations can be tested for equality, inequality, and for membership in the obvious ordering relation. For example:

       Duration::days(1) is greater than
       Duration::days(1) - Duration::seconds(1)
       Duration::days(1) is equal to
       Duration::seconds(86400)
       .
       .
       .

Next topic: Fixed point arithmetic operators
Previous topic: Component extractors

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004