Struct msvc_frame_prefix¶
Class List > msvc_frame_prefix
MSVC coroutine frame's prefix. More...
Public Attributes¶
Type | Name |
---|---|
procedure_t | _Factivate |
uint16_t | _Flag |
uint16_t | _Index |
Detailed Description¶
The layout is like the following
+------------+------------------+--------------------+
| Promise(?) | Frame Prefix(16) | Local variables(?) |
+------------+------------------+--------------------+
See also: Reference <experimental/resumable>
Public Attributes Documentation¶
variable _Factivate¶
procedure_t msvc_frame_prefix::_Factivate;
variable _Flag¶
uint16_t msvc_frame_prefix::_Flag;
variable _Index¶
uint16_t msvc_frame_prefix::_Index;
The documentation for this class was generated from the following file modules/portable/frame.cpp