Galois
|
logical AND reduction More...
#include <Reduction.h>
Public Member Functions | |
GReduceLogicalAnd () | |
![]() | |
Reducible (std::logical_and< bool >merge_func, identity_value< bool, true >id_func) | |
void | update (bool &&rhs) |
Updates the thread local value by applying the reduction operator to current and newly provided value. More... | |
void | update (const bool &rhs) |
bool & | getLocal () |
Returns a reference to the local value of T. More... | |
bool & | reduce () |
Returns the final reduction value. More... | |
void | reset () |
![]() | |
constexpr bool | operator() () const |
Additional Inherited Members | |
![]() | |
using | value_type = bool |
logical AND reduction
|
inline |