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

A functor to print a vertex and its adjacencies. More...

Public Member Functions

template<typename Vertex >
void operator() (Vertex v, std::ostream &os)
 

Detailed Description

A functor to print a vertex and its adjacencies.

The output is in the form of an adjacency-list, i.e., format:

/// source0 target00 target01 target02 ...
/// source1 target10 target11 target12 ...
/// :
/// 

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