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

Name

Description

std::runtime_error

Member Functions

Name

Description

AtomicHashMapFullError [constructor]

Construct the error with a fixed "AtomicHashMap is full" message.

operator=

what [virtual]

Created with MrDocs