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 |
Functor to print the property on a vertex/edge (if it has one).
The property must have the output operator (<<) defined for it.
P | Type of the vertex or edge property. |