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

Method operator!=

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

Source from the content-addressed store, hash-verified

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>{};
274 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected