Namespace containing time datatypes and time operations. More...
Typedefs | |
| using | duration = std::chrono::system_clock::duration |
| Representation of a time duration. More... | |
| using | point = std::chrono::system_clock::time_point |
| Representation of a point in time. More... | |
Functions | |
| FCL_EXPORT point | now (void) |
| Get the current time point. More... | |
| FCL_EXPORT double | seconds (const duration &d) |
| Return the number of seconds that a time duration represents. More... | |
| FCL_EXPORT duration | seconds (double sec) |
| Return the time duration representing a given number of seconds. More... | |
Namespace containing time datatypes and time operations.
| using fcl::time::duration = typedef std::chrono::system_clock::duration |
| using fcl::time::point = typedef std::chrono::system_clock::time_point |
| double fcl::time::seconds | ( | const duration & | d | ) |