Qpid Proton C++ API  0.34.0
null

The type of the AMQP null value. More...

#include <null.hpp>

Inheritance diagram for null:

Public Member Functions

 null (decltype(nullptr))
 Constructed from nullptr literal.
 

Friends

bool operator== (const null &, const null &)
 null instances are always equal
 
bool operator< (const null &, const null &)
 null instances are never unequal
 

Detailed Description

The type of the AMQP null value.

See also
AMQP and C++ types

The documentation for this class was generated from the following file: