Functor adding a specific weight to a property. More...
Public Member Functions | |
property_add_wf (size_t const &weight) | |
template<typename Property > | |
void | operator() (Property &p) const |
Functor adding a specific weight to a property.
stapl::partitioner_details::property_add_wf::property_add_wf | ( | size_t const & | weight | ) |
weight | the weight used in the addition. |
void stapl::partitioner_details::property_add_wf::operator() | ( | Property & | p | ) | const |
p | a property reference. |