chronon::observe::CompiledFormat
Pre-parsed format string for fast message reconstruction; lazy-compiled.
#include <FormatRegistry.hpp>
Public Functions
| Name | |
|---|---|
| void | compile(const std::string & fmt_string) |
Public Attributes
| Name | |
|---|---|
| std::vector< FormatSegment > | segments |
| bool | compiled |
Public Functions Documentation
function compile
inline void compile(
const std::string & fmt_string
)
Public Attributes Documentation
variable segments
std::vector< FormatSegment > segments;
variable compiled
bool compiled = false;
Updated on 2026-05-26 at 05:42:32 +0000