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

Function operator==

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

Source from the content-addressed store, hash-verified

53template <typename... Ts> Bundle(Ts... ts) -> Bundle<Ts...>;
54
55constexpr bool operator==(Bundle<> const &, Bundle<> const &) { return true; }
56template <typename... Ts>
57 requires(sizeof...(Ts) > 0)
58constexpr bool operator==(Bundle<Ts...> const &lhs, Bundle<Ts...> const &rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected