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

Functor dividing a property with a specific weight. More...

Public Member Functions

 property_divide_wf (size_t const &weight)
 
template<typename Property >
void operator() (Property &p) const
 

Detailed Description

Functor dividing a property with a specific weight.

Constructor & Destructor Documentation

◆ property_divide_wf()

stapl::partitioner_details::property_divide_wf::property_divide_wf ( size_t const &  weight)
Parameters
weightthe weight used in the division.

Member Function Documentation

◆ operator()()

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

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