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

Method write_char

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

Source from the content-addressed store, hash-verified

1855 };
1856
1857 void write_char(char_type value) {
1858 if (specs_)
1859 writer_.write_padded(*specs_, char_writer{value});
1860 else
1861 writer_.write(value);
1862 }
1863
1864 void write_pointer(const void* p) {
1865 writer_.write_pointer(internal::to_uintptr(p), specs_);

Callers 1

on_charMethod · 0.80

Calls 2

write_paddedMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected