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

Method basic_fp

include/fmt/format.h:1596–1596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594 static_cast<int>(sizeof(F) * num_bits<unsigned char>());
1595
1596 constexpr basic_fp() : f(0), e(0) {}
1597 constexpr basic_fp(uint64_t f_val, int e_val) : f(f_val), e(e_val) {}
1598
1599 // Constructs fp from an IEEE754 floating-point number.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected