std::hash<folly::AsyncSocket::WriteRequestTag>::operator()

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

NameDescription
writeTagThe tag to hash.