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

Method operator==

gil/gil.impl.hpp:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269struct None {
270 constexpr auto operator==(None) const noexcept { return Value<true>{}; }
271 constexpr auto operator!=(None) const noexcept { return Value<false>{}; }
272 template <typename T> friend constexpr auto operator==(None, T) noexcept {
273 return Value<false>{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected