folly::RequestContext::clearContextData

clearContextData overloads

Synopses

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

Removes the RequestData instance with the given token, if it exists.

void
clearContextData(RequestToken const& val);
» more...

Removes the RequestData instance with the given identifier, if it exists.

void
clearContextData(std::string const& val);
» more...

Parameters

NameDescription
valThe identifier of the data to remove.