Copy construction is disabled.

Synopsis

Declared in <validation.h>

ValidationCache(ValidationCache const& other) = delete;

Parameters

Name

Description

other

The instance that would be copied.

Created with MrDocs