folly::EventBaseLocal

Storage for data tied to the lifetime of an EventBase.

Synopsis

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

template<typename T>
class EventBaseLocal
    : public /* implementation-defined */

Base Classes

NameDescription
/* implementation-defined */

Member Functions

NameDescription
EventBaseLocal [constructor]Constructs an empty EventBaseLocal.
operator= [deleted]
emplace emplace overloads
emplace_with Constructs the object from the result of calling f, replacing any existing.
erase
get Returns a pointer to the object stored for the given EventBase, or null.
try_emplace try_emplace overloads
try_emplace_with Returns the existing object, or constructs it from the result of f.

Protected Member Functions

Name
getVoid
setVoid