HelenOS sources

common_type_t     282 uspace/lib/cpp/include/__bits/chrono.hpp             common_type_t<Rep1, Rep2>,
common_type_t     290 uspace/lib/cpp/include/__bits/chrono.hpp         using type = chrono::time_point<Clock, common_type_t<Duration1, Duration2>>;
common_type_t     329 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>
common_type_t     332 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>;
common_type_t     337 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>
common_type_t     340 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>;
common_type_t     348 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr duration<common_type_t<Rep1, Rep2>, Period>
common_type_t     351 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = duration<common_type_t<Rep1, Rep2>, Period>;
common_type_t     359 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr duration<common_type_t<Rep1, Rep2>, Period>
common_type_t     369 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr duration<common_type_t<Rep1, Rep2>, Period>
common_type_t     372 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = duration<common_type_t<Rep1, Rep2>, Period>;
common_type_t     377 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr common_type_t<Rep1, Rep2>
common_type_t     380 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = common_type_t<Rep1, Rep2>;
common_type_t     388 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr duration<common_type_t<Rep1, Rep2>, Period>
common_type_t     391 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = duration<common_type_t<Rep1, Rep2>, Period>;
common_type_t     396 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>
common_type_t     399 uspace/lib/cpp/include/__bits/chrono.hpp         using CD = common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>;
common_type_t     411 uspace/lib/cpp/include/__bits/chrono.hpp         using CT = common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>;
common_type_t     426 uspace/lib/cpp/include/__bits/chrono.hpp         using CT = common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>;
common_type_t     507 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr time_point<Clock, common_type_t<Duration1, duration<Rep2, Period2>>>
common_type_t     510 uspace/lib/cpp/include/__bits/chrono.hpp         using CT = time_point<Clock, common_type_t<Duration1, duration<Rep2, Period2>>>;
common_type_t     515 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr time_point<Clock, common_type_t<duration<Rep1, Period1>, Duration2>>
common_type_t     522 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr time_point<Clock, common_type_t<Duration1, duration<Rep2, Period2>>>
common_type_t     529 uspace/lib/cpp/include/__bits/chrono.hpp     constexpr common_type_t<Duration1, Duration2>
common_type_t     455 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp         return less<common_type_t<T*, U*>>{}(lhs.get(), rhs.get());
common_type_t      94 uspace/lib/cpp/include/__bits/test/test.hpp                 using common_t = std::common_type_t<decltype(len1), decltype(len2)>;
common_type_t    1200 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp         : aux::type_is<common_type_t<common_type_t<T1, T2>, Ts...>>
HelenOS homepage, sources at GitHub