MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / None

Class None

gil/std.impl.hpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace none {
19
20struct None {
21 constexpr bool operator==(None) const noexcept { return true; }
22 constexpr bool operator!=(None) const noexcept { return false; }
23};
24
25} // namespace none
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected