| 
    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 m_size.
      
  | 
  inline | 
Definition at line 438 of file coroutine.h.
References m_size.
| std::size_t COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size = 0 | 
Definition at line 436 of file coroutine.h.
Referenced by operator()(), and SetSize().