

Classes | |
| struct | exit_exception |
Functions | |
| template<typename T > | |
| void | Append (std::stringstream &stream, const T &tail) |
| template<typename T , typename... U> | |
| void | Append (std::stringstream &stream, const T &head, const U &... tail) |
| template<typename T , typename... U> | |
| std::string | Stringify (const T &head, const U &... tail) |
| void grsi::Append | ( | std::stringstream & | stream, |
| const T & | tail | ||
| ) |
Definition at line 99 of file Globals.h.
Referenced by Append(), and Stringify().
| void grsi::Append | ( | std::stringstream & | stream, |
| const T & | head, | ||
| const U &... | tail | ||
| ) |