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

Function format_as

test/format-impl-test.cc:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289};
290
291auto format_as(double_double d) -> double { return d; }
292
293auto operator>=(const double_double& lhs, const double_double& rhs) -> bool {
294 return lhs.a + lhs.b >= rhs.a + rhs.b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected