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

Function const_check

extlibs/fmt/include/fmt/core.h:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275// A helper function to suppress bogus "conditional expression is constant"
276// warnings.
277template <typename T> FMT_CONSTEXPR T const_check(T value) { return value; }
278
279// A workaround for gcc 4.8 to make void_t work in a SFINAE context.
280template <typename... Ts> struct void_t_impl { using type = void; };

Callers 7

format_duration_unitFunction · 0.85
writeMethod · 0.85
operator()Method · 0.85
next_code_pointFunction · 0.85
parseMethod · 0.85
operator()Method · 0.85
core.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected