Hash a wrapper by hashing its underlying pointer.
Synopsis
Declared in <folly/lang/PropagateConst.h>
size_t
operator()(folly::propagate_const<Pointer> const& obj) const;
Return Value
The hash of the underlying pointer.
Parameters
Name |
Description |
obj |
The wrapper to hash. |
Created with MrDocs