mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-05 12:50:39 +08:00

Add a `Pointer` matcher as an analog to `Pointee`. Similar to `Pointee`, `Pointer` works with either raw or smart pointers and allows creating a matcher like Pointer(Eq(foo)) for smart pointers. PiperOrigin-RevId: 346164768