#include <message_id.hpp>
Public Member Functions | |
message_id () | |
An empty message_id has a uint64_t value set to 0. | |
template<class T > | |
message_id (const T &x) | |
Construct from any type that can be assigned. | |
Assignment operators | |
message_id & | operator= (uint64_t x) |
message_id & | operator= (const uuid &x) |
message_id & | operator= (const binary &x) |
message_id & | operator= (const std::string &x) |
message_id & | operator= (const char *x) |
Treated as amqp::STRING. |
An AMQP message ID.
It can contain one of the following types: