Deleted copy constructor; an Arena cannot be copied.

Synopsis

Declared in <support/lockedpool.h>

Arena(Arena const& other) = delete;

Parameters

Name

Description

other

The arena that would have been copied.

Created with MrDocs