Reduction operation used to reconcile differences between local and remote values for a particular key in a property map. More...
#include <basic_reduce.hpp>
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, non_default_resolver=false) | |
template<typename Key > | |
T | operator() (const Key &) const |
Returns a default-constructed T object. More... | |
template<typename Key > | |
const T & | operator() (const Key &, const T &, const T &remote) const |
Returns the remote value. More... | |
Reduction operation used to reconcile differences between local and remote values for a particular key in a property map.
The type T
is typically the value_type
of the property map. This basic reduction returns a default-constructed T
as the default value and always resolves to the remote value.
boost::parallel::basic_reduce< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
non_default_resolver | = false |
||
) |
|
inline |
Returns a default-constructed T object.
|
inline |
Returns the remote value.