MCPcopy Create free account
hub / github.com/fmtlib/fmt / operator-

Method operator-

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

Source from the content-addressed store, hash-verified

286
287 operator double() const { return a + b; }
288 auto operator-() const -> double_double { return double_double(-a, -b); }
289};
290
291auto format_as(double_double d) -> double { return d; }

Callers

nothing calls this directly

Calls 1

double_doubleClass · 0.85

Tested by

no test coverage detected