Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <variant.h>
Public Member Functions | |
R | foundBlank () const |
R | operator() (const boost::blank &) const |
R | operator() (boost::blank &) const |
Subclasses need to have a using() declaration, which can be generated with QPID_USING_NOBLANK(R)
Definition at line 38 of file variant.h.
R qpid::framing::NoBlankVisitor< R >::foundBlank | ( | ) | const [inline] |
Definition at line 39 of file variant.h.
Referenced by qpid::framing::NoBlankVisitor< V::result_type >::operator()().
R qpid::framing::NoBlankVisitor< R >::operator() | ( | boost::blank & | ) | const [inline] |
R qpid::framing::NoBlankVisitor< R >::operator() | ( | const boost::blank & | ) | const [inline] |