This user defined literal operator converts the specified hours value to the respective TimeInterval value. The behavior is undefined unless the specified number of hours can be converted to valid TimeInterval object. (See the "User‐Defined Literals" section in the component‐level documentation.)

Synopsis

Declared in <bsls_timeinterval.h>

constexpr
bsls::TimeInterval
operator""_h(unsigned long long hours);

Created with MrDocs