Return a TimeInterval value that is the negative of the specified rhs time interval. The behavior is undefined unless LLONG_MIN != rhs.seconds().
Synopsis
Declared in <bsls_timeinterval.h>
bsls::TimeInterval
operator‐(TimeInterval const& rhs);
Return Value
the negative of rhs
Parameters
Name |
Description |
rhs |
right‐hand time interval |
Created with MrDocs