InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
VisitTruePred< Graph > Struct Template Reference

#include <DepthFirstTreeIterator.h>

Public Member Functions

bool operator() (typename boost::graph_traits< Graph >::vertex_descriptor v, const Graph &)
 

Detailed Description

template<class Graph>
struct VisitTruePred< Graph >

Basic object used to indicate that something (either children or self) in the graph should be visited. Pass this in as the template argument for objects that need this information.