CurrentTimeCallback is a callback function pointer for a callback function that returns a bsls::TimeInterval object. This function must be thread‐safe in multi‐threaded builds.

Synopsis

Declared in <bdlt_currenttime.h>

typedef bsls::TimeInterval(* CurrentTimeCallback)();

Created with MrDocs