Computes the hash of an Optional.
Declared in <folly/Optional.h>
<folly/Optional.h>
size_t operator()(folly::Optional<T> const& obj) const;
The hash of the contained value, or 0 if empty.