HelenOS sources

decay_t           169 uspace/lib/cpp/include/__bits/functional/bind.hpp                 tuple<decay_t<Args>...> bound_args_;
decay_t            59 uspace/lib/cpp/include/__bits/thread/async.hpp         future<result_of_t<decay_t<F>(decay_t<Args>...)>>
decay_t            62 uspace/lib/cpp/include/__bits/thread/async.hpp             using result_t = result_of_t<decay_t<F>(decay_t<Args>...)>;
decay_t           133 uspace/lib/cpp/include/__bits/thread/async.hpp         if constexpr (is_same_v<decay_t<F>, launch>)
decay_t            68 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                         decay_t<F>, packaged_task<R(Args...)>
decay_t            79 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                         decay_t<F>, packaged_task<R(Args...)>
decay_t           371 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             function<R(decay_t<Args>...)> func_;
decay_t           372 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             tuple<decay_t<Args>...> args_;
decay_t          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>())>>
decay_t            60 uspace/lib/cpp/include/__bits/type_transformation.hpp     using transform_tuple_types_t = remove_reference_wrapper_t<decay_t<T>>;
HelenOS homepage, sources at GitHub