Hash a strong value by hashing its underlying value.
Declared in <folly/lang/Strong.h>
<folly/lang/Strong.h>
size_t operator()(T const& st) const;
The hash of the wrapped underlying value.