ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
strprintf.hpp File Reference

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.

Detailed Description

Printf-style string formatting with single heap allocation.