MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / cpp20_and_in_constexpr

Function cpp20_and_in_constexpr

Source/external/fast_float.h:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265namespace fast_float {
266
267fastfloat_really_inline constexpr bool cpp20_and_in_constexpr() {
268#if FASTFLOAT_HAS_IS_CONSTANT_EVALUATED
269 return std::is_constant_evaluated();
270#else
271 return false;
272#endif
273}
274
275// Compares two ASCII strings in a case insensitive manner.
276inline FASTFLOAT_CONSTEXPR14 bool

Callers 8

leading_zeroesFunction · 0.85
full_multiplicationFunction · 0.85
read_u64Function · 0.85
write_u64Function · 0.85
scalar_addFunction · 0.85
skip_zerosFunction · 0.85
is_truncatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected