Home
last modified time | relevance | path

Searched defs:__box (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp30 struct __box struct
34 _Ty __value;
46 struct __box<_Ty, _Idx> struct
50 constexpr __box(__not_decays_to<__box> auto&&) noexcept {} in __box() argument
52 static constexpr _Ty& __value = __tup::__value<_Ty>;
H A D__shared.hpp448 struct __box struct
450 using __tag_t = __if_c<_Copyable, __split::__split_t,
452 using __sh_state_t = __shared_state<_CvrefSender, _Env>;
454 __box(__tag_t, __intrusive_ptr<__sh_state_t, 2> __sh_state) noexcept : in __box() function
463 ~__box() in ~__box()
468 __intrusive_ptr<__sh_state_t, 2> __sh_state_;