Move assignment is deleted.

Synopsis

Declared in <kernel/mempool_entry.h>

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

Return Value

A reference to this entry.

Parameters

Name

Description

other

The entry that would be moved from.

Created with MrDocs