|
MyraMath
|
A sprintf()-like function, that returns a std::string's by value instead of writing onto a char[] array. More...
#include <myramath/MYRAMATH_EXPORT.h>#include <string>Go to the source code of this file.
Functions | |
| std::string | myra::stringprintf (const char *format,...) |
| Semantically like sprintf(), but works with std::string's instead of char[]'s. | |
A sprintf()-like function, that returns a std::string's by value instead of writing onto a char[] array.
1.8.13