Searched refs:__with_delete (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 315 using __with_delete = __delete_t(void() noexcept); typedef in exec::__any::__immovable_storage::__t 316 using __vtable_t = __storage_vtable<_Vtable, __with_delete>; 326 return &__storage_vtbl<__t, __decay_t<_Tp>, _Vtable, __with_delete>; in __get_vtable_of_type() 472 using __with_delete = __delete_t(void() noexcept); typedef in exec::__any::__storage::__t 481 __storage_vtable<_Vtable, __with_delete, __with_move, __with_copy>, 482 __storage_vtable<_Vtable, __with_delete, __with_move>>; 489 return &__storage_vtbl<__t, __decay_t<_Tp>, _Vtable, __with_delete, in __get_vtable_of_type() 494 return &__storage_vtbl<__t, __decay_t<_Tp>, _Vtable, __with_delete, in __get_vtable_of_type()
|