|
| operator bool () override |
| Check if platform-specific timer backend has been initialized successfully.
|
|
void | sleep_for (const std::chrono::nanoseconds &duration) override |
| Sleep for the duration.
|
|
◆ operator bool()
platf::win32_high_precision_timer::operator bool |
( |
| ) |
|
|
inlineoverridevirtual |
Check if platform-specific timer backend has been initialized successfully.
- Returns
true
on success, false
on error
Implements platf::high_precision_timer.
◆ sleep_for()
void platf::win32_high_precision_timer::sleep_for |
( |
const std::chrono::nanoseconds & | duration | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: