#include <pplawait.h>
  240              return await_resume_context{};
 
 
 
 
static _ContextCallback _CaptureCurrent()
Definition: ppltasks.h:503
 
_Check_return_ _In_z_ wchar_t const _Inout_opt_ _Deref_prepost_opt_z_ wchar_t ** _Context
Definition: corecrt_wstring.h:228
 
 
 
 
template<typename _Ty > 
  
  
      
        
          | auto Concurrency::await_resume_context::get_awaitable  | 
          ( | 
          _Ty  | 
          _Awaitable | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
  312             return _CallbackChain<std::decay_t<_Ty>>(_Awaitable, 
this);
 
 
 
 
  
  
      
        
          | auto Concurrency::await_resume_context::get_awaitable  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
  317             return _Callback(
this);
 
 
 
 
The documentation for this class was generated from the following file: