28#include "./internal/comparable.hpp"
29#include "./internal/export.hpp"
38class null :
private internal::comparable<null> {
The type of the AMQP null value.
Definition: null.hpp:38
friend bool operator==(const null &, const null &)
null instances are always equal
Definition: null.hpp:45
friend bool operator<(const null &, const null &)
null instances are never unequal
Definition: null.hpp:47
null(decltype(nullptr))
Constructed from nullptr literal.
Definition: null.hpp:42
The main Proton namespace.
Definition: annotation_key.hpp:33
std::ostream & operator<<(std::ostream &, const binary &)
Print a binary value.