Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ operator==
Method
operator==
gil/std.impl.hpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
struct None {
21
constexpr bool operator==(None) const noexcept { return true; }
22
constexpr bool operator!=(None) const noexcept { return false; }
23
};
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected