1 #ifndef PROTON_SYMBOL_HPP
2 #define PROTON_SYMBOL_HPP
40 using std::string::string;
43 symbol(
const std::string& s) : std::string(s) {}
A string that represents the AMQP symbol type.
Definition: symbol.hpp:35
symbol(const std::string &s)
Construct from a std::string.
Definition: symbol.hpp:43
The main Proton namespace.
Definition: annotation_key.hpp:33