Copy construction is deleted.

Synopsis

Declared in <util/btcsignals.h>

scoped_connection(scoped_connection const& other) = delete;

Parameters

Name

Description

other

The instance to copy from (unused, this overload is deleted).

Created with MrDocs