std::hash<folly::RequestToken>::operator()

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

NameDescription
tokenThe token to hash.