Hash specialization enabling folly::Optional in unordered containers.
Synopsis
Declared in <folly/Optional.h>
template<class T>
struct hash<folly::enable_std_hash_helper<folly::Optional<T>, remove_const_t<T>>>;
Member Functions
Name |
Description |
Computes the hash of an Optional. |
Created with MrDocs