Searched defs:chrono_time_traits (Results 1 – 1 of 1) sorted by relevance
35 struct chrono_time_traits struct38 typedef Clock clock_type;41 typedef typename clock_type::duration duration_type;44 typedef typename clock_type::time_point time_type;47 typedef typename duration_type::period period_type;50 static time_type now() in now()56 static time_type add(const time_type& t, const duration_type& d) in add()74 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract()118 static bool less_than(const time_type& t1, const time_type& t2) in less_than()125 class posix_time_duration[all …]