std::hash<folly::propagate_const<Pointer>>::operator()

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

NameDescription
objThe wrapper to hash.