CppWAMP
C++11 client library for the WAMP protocol
|
Go to the documentation of this file.
7 #ifndef CPPWAMP_NULL_HPP
8 #define CPPWAMP_NULL_HPP
42 constexpr
Null() =
default;
60 CPPWAMP_API
inline std::ostream& operator<<(std::ostream& out,
Null)
68 CPPWAMP_INLINE_VARIABLE constexpr
Null null;
73 #endif // CPPWAMP_NULL_HPP
Type used to represent a null or empty Variant value.
Definition: null.hpp:39
Defines macros related to exporting/importing APIs.
Definition: anyhandler.hpp:36
bool operator<(Null) const
Performs less-than comparison on two Null objects.
Definition: null.hpp:52
bool operator!=(Null) const
Compares two Null objects for inequality.
Definition: null.hpp:48
bool operator==(Null) const
Compares two Null objects for equality.
Definition: null.hpp:45