STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::detail::scoped_drain_call Struct Reference

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.
 

Detailed Description

Use RAII to conditionally invoke a executor drain after the body of paragraph::operator().


The documentation for this struct was generated from the following file: