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

Functor to print the property on a vertex/edge (if it has one). More...

Public Member Functions

template<typename T >
void operator() (T t, std::ostream &os) const
 

Detailed Description

template<typename P>
struct stapl::print_property_struct< P >

Functor to print the property on a vertex/edge (if it has one).

The property must have the output operator (<<) defined for it.

Template Parameters
PType of the vertex or edge property.

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