Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
C++ Boost

null_visitor

This is an EventVisitor that does nothing.

Model of

EventVisitor

Associated Types

TypeDescription
null_visitor::event_filter This type is void

Member Functions

MemberDescription
null_visitor(); Default constructor.
template <class X, class Graph>
void operator()(X x, const Graph& g);
This does nothing.


Copyright © 2000-2001 Jeremy Siek, Indiana University (jsiek@osl.iu.edu)
Lie-Quan Lee, Indiana University (llee@cs.indiana.edu)
Andrew Lumsdaine, Indiana University (lums@osl.iu.edu)