Hashes a wrapper by its owned value.

Synopsis

Declared in <folly/Indirect.h>

size_t
operator()(folly::indirect<T, Alloc> const& v) const;

Return Value

The hash of the owned value, or 0 if valueless.

Parameters

Name

Description

v

The wrapper to hash.

Created with MrDocs