Computes the hash of a token.

Synopsis

Declared in <folly/io/async/Request.h>

size_t
operator()(folly::RequestToken const& token) const;

Return Value

The hash value of the token.

Parameters

Name

Description

token

The token to hash.

Created with MrDocs