Ember
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
tbb::combinable< T > Class Template Reference

#include <tbb_fake.h>

Public Member Functions

template<class U >
 combinable (U(*func)())
 
combine (T(*func)(T, T))
 
void clear ()
 
T & local ()
 

Private Attributes

val
 

Constructor & Destructor Documentation

◆ combinable()

template<class T >
template<class U >
tbb::combinable< T >::combinable ( U(*)()  func)
inline

Member Function Documentation

◆ combine()

template<class T >
T tbb::combinable< T >::combine ( T(*)(T, T)  func)
inline

◆ clear()

template<class T >
void tbb::combinable< T >::clear ( )
inline

◆ local()

template<class T >
T & tbb::combinable< T >::local ( )
inline

Member Data Documentation

◆ val

template<class T >
T tbb::combinable< T >::val
private

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