|
mc_rtc
2.14.0
|
#include <chrono>#include <type_traits>

Go to the source code of this file.
Namespaces | |
| mc_rtc | |
Typedefs | |
| using | mc_rtc::duration_ms = std::chrono::duration< double, std::milli > |
| using | mc_rtc::duration_us = std::chrono::duration< double, std::micro > |
| using | mc_rtc::clock = typename std::conditional< std::chrono::high_resolution_clock::is_steady, std::chrono::high_resolution_clock, std::chrono::steady_clock >::type |