Thrill
0.1
|
#include <tlx/define/attribute_format_printf.hpp>
#include <cstdarg>
#include <cstdio>
#include <string>
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
template<typename String = std::string> | |
String | ssnprintf_generic (size_t max_size, const char *fmt,...) TLX_ATTRIBUTE_FORMAT_PRINTF(2 |
Helper for return the result of a snprintf() call inside a string object. More... | |
template<typename String > | |
String String | ssnprintf_generic (size_t max_size, const char *fmt,...) |
template<typename String = std::string> | |
String | ssprintf_generic (const char *fmt,...) TLX_ATTRIBUTE_FORMAT_PRINTF(1 |
Helper for return the result of a sprintf() call inside a string object. More... | |
template<typename String > | |
String String | ssprintf_generic (const char *fmt,...) |