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

Method on_fill

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

Source from the content-addressed store, hash-verified

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 }
2086 FMT_CONSTEXPR void on_plus() { specs_.sign = sign::plus; }
2087 FMT_CONSTEXPR void on_minus() { specs_.sign = sign::minus; }
2088 FMT_CONSTEXPR void on_space() { specs_.sign = sign::space; }

Callers 1

parse_alignFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected