MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator()

Method operator()

extlibs/fmt/include/fmt/printf.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 : arg_(arg), type_(type) {}
81
82 void operator()(bool value) {
83 if (type_ != 's') operator()<bool>(value);
84 }
85
86 template <typename U, FMT_ENABLE_IF(std::is_integral<U>::value)>
87 void operator()(U value) {

Callers

nothing calls this directly

Calls 1

const_checkFunction · 0.85

Tested by

no test coverage detected