Searched defs:time_point (Results 1 – 2 of 2) sorted by relevance
33 typedef std::chrono::time_point<boot_clock, duration> time_point; typedef
28 using time_point = std::chrono::time_point<clock>; variable