Hash a strong value by hashing its underlying value.

Synopsis

Declared in <folly/lang/Strong.h>

size_t
operator()(T const& st) const;

Return Value

The hash of the wrapped underlying value.

Parameters

Name

Description

st

The strong value to hash.

Created with MrDocs