Copy assignment is deleted.

Synopsis

Declared in <kernel/mempool_entry.h>

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

Return Value

A reference to this entry.

Parameters

Name

Description

other

The entry that would be assigned from.

Created with MrDocs