#include <libcopp/utils/config/libcopp_build_features.h>
#include "coroutine_context_base.h"
Go to the source code of this file.
◆ COROUTINE_CONTEXT_BASE_USING_BASE
#define COROUTINE_CONTEXT_BASE_USING_BASE |
( |
|
base_type | ) |
|
Value: protected: \
using base_type::caller_; \
using base_type::callee_; \
using base_type::callee_stack_; \
COROUTINE_CONTEXT_BASE_USING_BASE_SEGMENTED_STACKS(base_type)
Definition at line 15 of file coroutine_context.h.
◆ COROUTINE_CONTEXT_BASE_USING_BASE_SEGMENTED_STACKS
#define COROUTINE_CONTEXT_BASE_USING_BASE_SEGMENTED_STACKS |
( |
|
base_type | ) |
|