Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp56 template <typename CbT>
59 template <typename CbT>
62 delete reinterpret_cast<CbT*>(userdata); in call_async_del()
457 using CbT = std::remove_cv_t<std::remove_reference_t<Cb>>; in call_async() typedef
459 details::call_async_cb<CbT>, nullptr, in call_async()
467 if constexpr (std::is_pointer_v<CbT>) in call_async()
472 else if constexpr (std::is_function_v<CbT>) in call_async()
480 get_slotp(ret), details::call_async_del<CbT>); in call_async()
487 new CbT(std::forward<Cb>(cb))); in call_async()
511 template <typename CbT>
[all …]