STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::set_supervertex_domain< Dom > Struct Template Reference

Functor setting the children domain of a super-vertex of a hierarchical view. More...

Public Member Functions

 set_supervertex_domain (Dom const &d)
 
template<typename Property >
void operator() (Property &sv) const
 

Public Types

typedef void result_type
 

Detailed Description

template<typename Dom>
struct stapl::set_supervertex_domain< Dom >

Functor setting the children domain of a super-vertex of a hierarchical view.

Constructor & Destructor Documentation

◆ set_supervertex_domain()

template<typename Dom >
stapl::set_supervertex_domain< Dom >::set_supervertex_domain ( Dom const &  d)
Parameters
dsuper-vertex children domain.

Member Function Documentation

◆ operator()()

template<typename Dom >
template<typename Property >
void stapl::set_supervertex_domain< Dom >::operator() ( Property sv) const
Parameters
svsuper-vertex reference.

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