STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::partitioner_details::property_add_wf Struct Reference

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
 

Detailed Description

Functor adding a specific weight to a property.

Constructor & Destructor Documentation

◆ property_add_wf()

stapl::partitioner_details::property_add_wf::property_add_wf ( size_t const &  weight)
Parameters
weightthe weight used in the addition.

Member Function Documentation

◆ operator()()

template<typename Property >
void stapl::partitioner_details::property_add_wf::operator() ( Property p) const
Parameters
pa property reference.

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