Arena::Arena

Deleted copy constructor; an Arena cannot be copied.

Synopsis

Declared in <support/lockedpool.h>

Arena(Arena const& other) = delete;

Parameters

NameDescription
otherThe arena that would have been copied.