MCPcopy Create free account
hub / github.com/LemLib/LemLib / basic_format_string

Method basic_format_string

include/fmt/core.h:2504–2504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2502 }
2503
2504 basic_format_string(runtime_format_string<Char> fmt) : str_(fmt.str) {}
2505
2506 FMT_INLINE operator basic_string_view<Char>() const { return str_; }
2507

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected