1 #ifndef PROTON_NULL_HPP
2 #define PROTON_NULL_HPP
28 #include "./internal/config.hpp"
29 #include "./internal/export.hpp"
41 #if PN_CPP_HAS_NULLPTR
42 null(decltype(
nullptr)) {}
48 PN_CPP_EXTERN std::ostream&
operator<<(std::ostream&,
const null&);
52 #endif // PROTON_NULL_HPP
std::ostream & operator<<(std::ostream &, const binary &)
Print a binary value.
The type of the AMQP null value.
Definition: null.hpp:38