libcopp  2.2.0
Data Structures | Typedefs
coroutine_context_container.h File Reference
#include <libcopp/utils/config/libcopp_build_features.h>
#include <libcopp/coroutine/coroutine_context.h>
#include <libcopp/stack/stack_allocator.h>
#include <libcopp/stack/stack_traits.h>
#include <libcopp/utils/errno.h>
#include <libcopp/utils/config/stl_include_prefix.h>
#include <cstddef>
#include <libcopp/utils/config/stl_include_suffix.h>
Include dependency graph for coroutine_context_container.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  coroutine_context_container< TALLOC >
 coroutine container contain stack context, stack allocator and runtime fcontext More...
 

Typedefs

using coroutine_context_default = coroutine_context_container< allocator::default_statck_allocator >
 

Typedef Documentation

◆ coroutine_context_default

using coroutine_context_default = coroutine_context_container<allocator::default_statck_allocator>

Definition at line 199 of file coroutine_context_container.h.