Change derived type storage objects to define an 'operator==(const KeyTy &)'...
Change derived type storage objects to define an 'operator==(const KeyTy &)' instead of converting to the KeyTy. This allows for handling cases where the KeyTy does not provide an equality operator on itself. PiperOrigin-RevId: 229423249
Loading
Please sign in to comment