Copy assignment is disabled.

Synopsis

Declared in <validation.h>

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

Return Value

Reference to this object.

Parameters

Name

Description

other

The instance that would be assigned from.

Created with MrDocs