HelenOS sources

common_type       279 uspace/lib/cpp/include/__bits/chrono.hpp     struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>
common_type       288 uspace/lib/cpp/include/__bits/chrono.hpp     struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>
common_type      1180 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct common_type
common_type      1187 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct common_type<T>: common_type<T, T>
common_type      1195 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct common_type<T1, T2>: aux::type_is<decay_t<decltype(false ? declval<T1>() : declval<T2>())>>
common_type      1199 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct common_type<T1, T2, Ts...>
HelenOS homepage, sources at GitHub