| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected