38 #ifndef FCL_COMMON_TIME_H 39 #define FCL_COMMON_TIME_H 42 #include "fcl/export.h" 52 using point = std::chrono::system_clock::time_point;
std::chrono::system_clock::duration duration
Representation of a time duration.
FCL_EXPORT duration seconds(double sec)
Return the time duration representing a given number of seconds.
FCL_EXPORT point now(void)
Get the current time point.
std::chrono::system_clock::time_point point
Representation of a point in time.