STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::partitioner_details::share_matching_status_wf< HView, RemoteInfo, VP > Struct Template Reference

Functor to share matching status of a vertex with neighboring vertices. More...

Public Member Functions

 share_matching_status_wf (HView const &hview, RemoteInfo const &remote_info)
 
template<typename V >
void operator() (V &v) const
 

Public Types

typedef VP property_type
 
typedef void result_type
 

Public Attributes

HView m_hview
 
RemoteInfo m_remote_info
 

Detailed Description

template<typename HView, typename RemoteInfo, typename VP>
struct stapl::partitioner_details::share_matching_status_wf< HView, RemoteInfo, VP >

Functor to share matching status of a vertex with neighboring vertices.

Template Parameters
HViewgraph view type.
RemoteInfolocal information view type.

Constructor & Destructor Documentation

◆ share_matching_status_wf()

template<typename HView , typename RemoteInfo , typename VP >
stapl::partitioner_details::share_matching_status_wf< HView, RemoteInfo, VP >::share_matching_status_wf ( HView const &  hview,
RemoteInfo const &  remote_info 
)
Parameters
hviewgraph view type.
remote_infolocal information view containing matching status of non-local vertices.

Member Function Documentation

◆ operator()()

template<typename HView , typename RemoteInfo , typename VP >
template<typename V >
void stapl::partitioner_details::share_matching_status_wf< HView, RemoteInfo, VP >::operator() ( V &  v) const
Parameters
vvertex sharing its matching status.

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