Implementation of ClockInterface for given std::chrono ClockType.
Declared in <folly/chrono/Clock.h>
template<typename ClockType>
class ClockImpl
: public Clock<ClockType>
| Name | Description |
|---|---|
Clock<ClockType> | Clock interface. |
| Name | Description |
|---|---|
TimePoint | Time point type of the underlying clock. |
| Name | Description |
|---|---|
ClockImpl [constructor] | Constructs the clock implementation. |
~ClockImpl [destructor] | Destroys the clock implementation. |
now | Returns the current time from the underlying clock. |