Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
indirectmap.h
Go to the documentation of this file.
9 struct DereferencingComparator { bool operator()(const T a, const T b) const { return *a < *b; } };
Definition: indirectmap.h:9
std::pair< iterator, bool > insert(const value_type &value)
Definition: indirectmap.h:33
std::map< const K *, T, DereferencingComparator< const K * > > base
Definition: indirectmap.h:24
Definition: indirectmap.h:22
bool operator()(const T a, const T b) const
Definition: indirectmap.h:9