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

Method on_align

extlibs/fmt/include/fmt/format.h:2082–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2080 : specs_(other.specs_) {}
2081
2082 FMT_CONSTEXPR void on_align(align_t align) { specs_.align = align; }
2083 FMT_CONSTEXPR void on_fill(basic_string_view<Char> fill) {
2084 specs_.fill = fill;
2085 }

Callers 2

parse_alignFunction · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected