libcsdbg
1.28
C++ exception (and generic) stack trace debug library
|
Format a buffer with a printf-style string expanded with the values of a variable argument list.
[out] | dst | the buffer to be formatted. Use util::va_size to compute the suitable buffer size to avoid memory overflows. If NULL a proper buffer is allocated |
[in] | fmt | a printf-style format string |
[in] | args | a variable argument list (as a va_list variable) |
std::bad_alloc | |
csdbg::exception |
Definition at line 568 of file util.cpp.
References unlikely, and va_format().