qpid::framing::NoBlankVisitor< R > Struct Template Reference
boost::static_visitor that throws an exception if variant contains a blank.
More...
#include <variant.h>
List of all members.
|
Public Member Functions |
R | foundBlank () const |
R | operator() (const boost::blank &) const |
R | operator() (boost::blank &) const |
Detailed Description
template<class R = void>
struct qpid::framing::NoBlankVisitor< R >
boost::static_visitor that throws an exception if variant contains a blank.
Subclasses need to have a using() declaration, which can be generated with QPID_USING_NOBLANK(R)
The documentation for this struct was generated from the following file:
- /home/jross/checkouts/qpid/cpp/src/qpid/framing/variant.h