16#ifndef INCLUDED_RMQT_SHORTSTRING
17#define INCLUDED_RMQT_SHORTSTRING
19#include <bsl_string.h>
21namespace BloombergLP {
34 explicit ShortString(
const bsl::string& str = bsl::string());
Represents an AMQP Short String. Encoding truncates to 255 bytes.
Definition: rmqt_shortstring.h:32