Home
last modified time | relevance | path

Searched refs:__CommonType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__chrono/
H A Dhh_mm_ss.h35 using __CommonType = common_type_t<_Duration, chrono::seconds>; variable
53 …_LIBCPP_HIDE_FROM_ABI static unsigned constexpr fractional_width = __width(__CommonType::period::d…
54 __width(__CommonType::period::den) : 6u;
55 using precision = duration<typename __CommonType::rep, ratio<1, __pow10(fractional_width)>>;