1 #ifndef PROTON_SYMBOL_HPP
2 #define PROTON_SYMBOL_HPP
40 using std::string::string;
43 symbol(
const std::string& s) : std::string(s) {}
48 #endif // PROTON_SYMBOL_HPP
symbol(const std::string &s)
Construct from a std::string.
Definition: symbol.hpp:43
A string that represents the AMQP symbol type.
Definition: symbol.hpp:35