MyraMath
Functions
stringprintf.h File Reference

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>
Include dependency graph for stringprintf.h:

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.
 

Detailed Description

A sprintf()-like function, that returns a std::string's by value instead of writing onto a char[] array.