HelenOS sources

decltype          112 uspace/lib/cpp/include/__bits/functional/bind.hpp                 constexpr decltype(auto) operator[](T&& t)
decltype          118 uspace/lib/cpp/include/__bits/functional/bind.hpp                 constexpr decltype(auto) operator[](const placeholder_t<N>)
decltype          134 uspace/lib/cpp/include/__bits/functional/bind.hpp                 constexpr decltype(auto) operator[](const bind_t<R, B, F, BindArgs...> b)
decltype          159 uspace/lib/cpp/include/__bits/functional/bind.hpp                 constexpr decltype(auto) operator()(ActualArgs&&... args)
decltype          172 uspace/lib/cpp/include/__bits/functional/bind.hpp                 constexpr decltype(auto) invoke_(
decltype           46 uspace/lib/cpp/include/__bits/functional/functional.hpp     decltype(auto) invoke(F&& f, Args&&... args)
decltype           67 uspace/lib/cpp/include/__bits/functional/functional.hpp                 decltype(auto) operator()(Args&&... args)
decltype           77 uspace/lib/cpp/include/__bits/functional/reference_wrapper.hpp             decltype(auto) operator()(Args&&... args) const
decltype          114 uspace/lib/cpp/include/__bits/thread/async.hpp     decltype(auto) async(F&& f)
decltype          131 uspace/lib/cpp/include/__bits/thread/async.hpp     decltype(auto) async(F&& f, Arg&& arg, Args&&... args)
HelenOS homepage, sources at GitHub