tlx
Loading...
Searching...
No Matches
ssprintf.cpp File Reference
#include <tlx/string/ssprintf.hpp>
#include <cstdarg>
#include <cstdio>

Go to the source code of this file.

Namespaces

namespace  tlx

Functions

std::string ssprintf (const char *fmt,...) TLX_ATTRIBUTE_FORMAT_PRINTF(1
 Helper for return the result of a sprintf() call inside a std::string.
std::string ssnprintf (size_t max_size, const char *fmt,...) TLX_ATTRIBUTE_FORMAT_PRINTF(2
 Helper for return the result of a snprintf() call inside a std::string.