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

Method operator==

gil/std.base.hpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15struct local {
16 template <typename This> constexpr bool operator==(this This &&, This &&) {
17 return true;
18 }
19};
20
21static constexpr auto peek_(auto offset) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected