libcopp  2.2.0
Public Types
macro_coroutine Struct Reference

#include <task_macros.h>

Collaboration diagram for macro_coroutine:
Collaboration graph

Public Types

using stack_allocator_type = LIBCOPP_COPP_NAMESPACE_ID::allocator::default_statck_allocator
 
using coroutine_type = LIBCOPP_COPP_NAMESPACE_ID::coroutine_context_container< stack_allocator_type >
 
using value_type = int
 

Detailed Description

Definition at line 23 of file task_macros.h.

Member Typedef Documentation

◆ coroutine_type

using macro_coroutine::coroutine_type = LIBCOPP_COPP_NAMESPACE_ID::coroutine_context_container<stack_allocator_type>

Definition at line 25 of file task_macros.h.

◆ stack_allocator_type

using macro_coroutine::stack_allocator_type = LIBCOPP_COPP_NAMESPACE_ID::allocator::default_statck_allocator

Definition at line 24 of file task_macros.h.

◆ value_type

Definition at line 26 of file task_macros.h.


The documentation for this struct was generated from the following file: