DeSR Dependency Parser |
#include <Format.h>
Public Member Functions | |
Format (const char *fmt...) |
Example of use:
int month = 7, day = 26, year = 76; std::string name = "Birthday"; Format result("%s = %d-%02d-%02d\n", name.c_str(), month, day, year);
Definition at line 45 of file Format.h.