RAII‐style connection management that disconnects on destruction.

Synopsis

Declared in <util/btcsignals.h>

class scoped_connection;

Member Functions

Name

Description

scoped_connection [constructor]

Constructors

~scoped_connection [destructor]

Disconnect the managed connection on destruction.

operator=

Assignment operators

disconnect

Disconnect the managed connection.

Created with MrDocs