MCPcopy Create free account
hub / github.com/fmtlib/fmt / value

Method value

include/fmt/base.h:2158–2158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2156 };
2157
2158 constexpr FMT_INLINE value() : no_value() {}
2159 constexpr FMT_INLINE value(signed char x) : int_value(x) {}
2160 constexpr FMT_INLINE value(unsigned char x FMT_BUILTIN) : uint_value(x) {}
2161 constexpr FMT_INLINE value(signed short x) : int_value(x) {}

Calls 7

valueClass · 0.85
is_constant_evaluatedFunction · 0.85
to_string_viewFunction · 0.85
pointerFunction · 0.85
format_asFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected