folly::AtomicHashMapFullError

Thrown when insertion fails due to running out of space for submaps.

Synopsis

Declared in <folly/AtomicHashMap.h>

struct AtomicHashMapFullError
    : std::runtime_error

Base Classes

NameDescription
std::runtime_error

Member Functions

NameDescription
AtomicHashMapFullError [constructor]Construct the error with a fixed "AtomicHashMap is full" message.
operator=
what [virtual]