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

Method width

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

Source from the content-addressed store, hash-verified

1199
1200 size_t size() const { return size_; }
1201 size_t width() const { return size(); }
1202
1203 template <typename It> void operator()(It&& it) {
1204 if (specs_.sign) *it++ = static_cast<Char>(data::signs[specs_.sign]);

Callers 1

write_paddedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected