Searched defs:is_duration (Results 1 – 1 of 1) sorted by relevance
808 struct is_duration : std::false_type {}; struct811 struct is_duration<T, types_checked_t<T, typename T::rep, typename T::period>> struct817 struct is_duration : detail::is_duration<Decayed> {}; struct