std::hash specialization for folly::propagate_const.

Synopsis

Declared in <folly/lang/PropagateConst.h>

template<typename Pointer>
struct hash<folly::propagate_const<Pointer>>;

Member Functions

Name

Description

operator()

Hash a wrapper by hashing its underlying pointer.

Using Declarations

Name

Unnamed using

Created with MrDocs