Hashing: ‐ Forwards to underlying PtrT.

Synopsis

Declared in <folly/memory/not_null.h>

template<
    typename PtrT,
    typename NullHandlerT>
struct hash<folly::not_null<PtrT, NullHandlerT>>
    : hash<PtrT>

Base Classes

Name

Description

hash<PtrT>

Created with MrDocs