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

A functor to print a vertex and its adjacencies in 1-based form. More...

Public Member Functions

 vertex_to_edgelist_1based_func (bool is_directed=false)
 
template<typename Vertex >
void operator() (Vertex &&v, std::ostream &os)
 

Protected Attributes

bool m_is_directed
 

Detailed Description

A functor to print a vertex and its adjacencies in 1-based form.

The output is in the form of an edge-list. format:

/// SRC TGT
/// SRC TGT
///  ...
/// 

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