Return this interval as whole nanoseconds.
Synopsis
Declared in <bsls_timeinterval.h>
constexpr
bsls::Types::Int64
totalNanoseconds() const;
Description
Return the value of this time interval as an integral number of nanoseconds. The behavior is undefined unless the number of nanoseconds can be represented using a 64‐bit signed integer. Note that the return value may be negative.
Return Value
this interval as an integral number of nanoseconds
Created with MrDocs