Constructors

Synopses

Declared in <wallet/db.h>

Constructs a batch.

constexpr
explicit
DatabaseBatch() = default;

Batches are non‐copyable.

DatabaseBatch(DatabaseBatch const& other) = delete;

Parameters

Name

Description

other

The batch that would be copied from.

Created with MrDocs