proxygen
folly::AtomicHashMapFullError Struct Reference

#include <AtomicHashMap.h>

Inheritance diagram for folly::AtomicHashMapFullError:

Public Member Functions

 AtomicHashMapFullError ()
 

Detailed Description

Definition at line 152 of file AtomicHashMap.h.

Constructor & Destructor Documentation

folly::AtomicHashMapFullError::AtomicHashMapFullError ( )
inlineexplicit

Definition at line 153 of file AtomicHashMap.h.

154  : std::runtime_error("AtomicHashMap is full") {}

The documentation for this struct was generated from the following file: