ug4
|
#include <sstream>
Go to the source code of this file.
Classes | |
class | Stringify |
Macros | |
#define | mkstr(s) (Stringify() << s).str() |
Comfortable (but not necessarily efficient) string building. More... | |
Comfortable (but not necessarily efficient) string building.
Based on Stringify, mkstr allows you to easily join strings and convert strings to numbers like this:
Note that mkstr is not highly efficient. It should only be used in code which is not performance critical.