Thrill  0.1
ssprintf_generic.hpp File Reference
#include <tlx/define/attribute_format_printf.hpp>
#include <cstdarg>
#include <cstdio>
#include <string>
+ Include dependency graph for ssprintf_generic.hpp:
+ This graph shows which files directly or indirectly include this file:

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,...)