Computes a hash for a write request tag.
Declared in <folly/io/async/AsyncSocket.h>
std::size_t
operator()(folly::AsyncSocket::WriteRequestTag const& writeTag) const;
The hash of the tag's wrapped pointer.
| Name | Description |
|---|---|
| writeTag | The tag to hash. |