KiCad PCB EDA Suite
|
A functor that frees the stack. More...
Public Member Functions | |
void | SetSize (std::size_t aSize) |
void | operator() (void *aMem) noexcept |
Public Attributes | |
std::size_t | m_size = 0 |
A functor that frees the stack.
Definition at line 430 of file coroutine.h.
|
inlinenoexcept |
Definition at line 439 of file coroutine.h.
References COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size.
|
inline |
Definition at line 438 of file coroutine.h.
References COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size.
std::size_t COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size = 0 |
Definition at line 436 of file coroutine.h.
Referenced by COROUTINE< ReturnType, ArgType >::STACK_DELETER::operator()(), and COROUTINE< ReturnType, ArgType >::STACK_DELETER::SetSize().