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