MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / operator<=>

Method operator<=>

06.14-bcdConstexpr/main.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 constexpr operator int() const { return mValue; }
14
15 constexpr auto operator<=>(const BCD&) const = default; // #A Add constexpr
16
17private:
18 int mSignificance; // #B The additional member just works

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected