Arena::operator=

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

NameDescription
otherThe arena that would have been assigned from.