Use RAII to conditionally invoke a executor drain after the body of paragraph::operator(). More...
Public Member Functions | |
scoped_drain_call (bool b_drain) | |
void | foo () |
Empty function call used in paragraph to avoid compiler warning. | |
Public Attributes | |
bool | m_b_drain |
Boolean guards drain call in destructor. | |
Use RAII to conditionally invoke a executor drain after the body of paragraph::operator().