template<typename _PromiseT>
template<typename _PromiseT>
static coroutine_handle from_promise(_PromiseT &_Prom) _NOEXCEPT
Definition: resumable:138
template<typename _PromiseT>
141 coroutine_handle<_PromiseT> _Result;
143 reinterpret_cast<_Resumable_frame_prefix *
>(_FramePtr);
constexpr _Ty * addressof(_Ty &_Val) _NOEXCEPT
Definition: xstddef:723
static const size_t _ALIGNED_SIZE
Definition: resumable:155
template<typename _PromiseT>
template<typename _PromiseT>
162 return *
reinterpret_cast<_PromiseT *
>(
static const size_t _ALIGNED_SIZE
Definition: resumable:155
template<typename _PromiseT>
168 return *
reinterpret_cast<_PromiseT
const *
>(
static const size_t _ALIGNED_SIZE
Definition: resumable:155
template<typename _PromiseT>
template<typename _PromiseT>
The documentation for this struct was generated from the following file: