Searched defs:QuRTClock (Results 1 – 1 of 1) sorted by relevance
25 struct QuRTClock { struct29 typedef std::chrono::time_point<QuRTClock> time_point; argument30 static const bool is_steady = false;32 static time_point now() { in now()