MCPcopy Create free account
hub / github.com/Neargye/magic_enum / value_comp

Method value_comp

include/magic_enum/magic_enum_containers.hpp:1083–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081 [[nodiscard]] constexpr key_compare key_comp() const { return {}; }
1082
1083 [[nodiscard]] constexpr value_compare value_comp() const { return {}; }
1084
1085 [[nodiscard]] constexpr friend bool operator==(const set& lhs, const set& rhs) noexcept { return lhs.a == rhs.a; }
1086

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected