LlmManagerStatsCallback
Function
Defines a function object of the LlmManagerStatsCallback type. It receives a parameter of the const std::string& type and does not return a value.
Format
using LlmManagerStatsCallback = std::function<void(const std::string&)>;
Parent topic: Functions