Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CSpentIndexKeyCompare Struct Reference

#include <spentindex.h>

Public Member Functions

bool operator() (const CSpentIndexKey &a, const CSpentIndexKey &b) const
 

Detailed Description

Definition at line 89 of file spentindex.h.

Member Function Documentation

◆ operator()()

bool CSpentIndexKeyCompare::operator() ( const CSpentIndexKey a,
const CSpentIndexKey b 
) const
inline

Definition at line 91 of file spentindex.h.

References CSpentIndexKey::outputIndex, and CSpentIndexKey::txid.


The documentation for this struct was generated from the following file:
Released under the MIT license