MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / replacement

Class replacement

extlibs/fmt/include/fmt/compile.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 enum class kind { arg_index, arg_name, text, replacement };
22
23 struct replacement {
24 arg_ref<Char> arg_id;
25 dynamic_format_specs<Char> specs;
26 };
27
28 kind part_kind;
29 union value {

Callers 1

on_format_specsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected