[#std-hash-038-operator_call] = xref:std.adoc[std]::xref:std/hash-038.adoc[hash<CTransactionRef>]::operator() :relfileprefix: ../../ :mrdocs: Deleted call operator, disabling hashing of a CTransactionRef. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:CTransactionRef.adoc[CTransactionRef] const& ref) const = delete; ---- == Return Value Nothing; this operator is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *ref* | The transaction reference that would be hashed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#