Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp171 using _UncvTy = std::remove_cv_t<_Ty>; typedef in stdexec::__ptr::__intrusive_ptr
173 __enable_intrusive_from_this<_UncvTy, _ReservedBits>;
176 friend struct __enable_intrusive_from_this<_UncvTy, _ReservedBits>;
178 __control_block<_UncvTy, _ReservedBits>* __data_{nullptr};
181 __control_block<_UncvTy, _ReservedBits>* __data) noexcept : in __intrusive_ptr() argument
374 using _UncvTy = std::remove_cv_t<_Ty>; in operator ()() typedef
376 ::new __control_block<_UncvTy, _ReservedBits>{ in operator ()()