Searched refs:__create_vtable_t (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 33 struct __create_vtable_t struct 36 requires __tag_invocable_r<const _VTable*, __create_vtable_t, 41 return stdexec::tag_invoke(__create_vtable_t{}, __mtype<_VTable>{}, in operator ()() 46 inline constexpr __create_vtable_t __create_vtable{}; 335 requires __callable<__create_vtable_t, __mtype<_Vtable>, 351 requires __callable<__create_vtable_t, __mtype<_Vtable>, 505 requires __callable<__create_vtable_t, __mtype<_Vtable>, 521 requires __callable<__create_vtable_t, __mtype<_Vtable>, __mtype<_Tp>>
|