Deleted copy assignment; an Arena cannot be copied.

Synopsis

Declared in <support/lockedpool.h>

Arena&
operator=(Arena const& other) = delete;

Return Value

A reference to this arena (the operator is deleted).

Parameters

Name

Description

other

The arena that would have been assigned from.

Created with MrDocs