Computes a hash for a write request tag.

Synopsis

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

std::size_t
operator()(folly::AsyncSocket::WriteRequestTag const& writeTag) const;

Return Value

The hash of the tag's wrapped pointer.

Parameters

Name

Description

writeTag

The tag to hash.

Created with MrDocs