std::hash<CTransactionRef>::operator()

Deleted call operator, disabling hashing of a CTransactionRef.

Synopsis

Declared in <primitives/transaction.h>

size_t
operator()(CTransactionRef const& ref) const = delete;

Return Value

Nothing; this operator is deleted.

Parameters

NameDescription
refThe transaction reference that would be hashed.