Searched defs:DurationType (Results 1 – 2 of 2) sorted by relevance
61 using DurationType = std::chrono::duration<typename ClockType::rep, variable
64 using DurationType = duration<ClockType::rep, ClockType::period>; global() typedef