#include <combinable.h>
Public Member Functions | |
template<typename finit> | |
combinable (finit _finit) | |
~combinable () | |
destructor | |
combinable (const combinable &other) | |
combinable & | operator= (const combinable &other) |
void | clear () |
T & | local () |
T & | local (bool &exists) |
template<typename FCombine> | |
T | combine (FCombine fcombine) |
template<typename FCombine> | |
void | combine_each (FCombine fcombine) |