|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
Printf-style string formatting with single heap allocation. More...
#include <cstdarg>#include <cstdio>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | foresthub |
| Top-level namespace for the ForestHub SDK. | |
| namespace | foresthub::util |
| Utility types: Optional polyfill, JSON Schema normalization, Ticker. | |
Functions | |
| std::string | foresthub::util::StrPrintf (const char *fmt,...) |
| Builds a std::string using printf-style formatting. | |
Printf-style string formatting with single heap allocation.