Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | reverse_range< T > |
Template used for reverse iteration in C++11 range-based for loops. More... | |
Functions | |
template<typename T > | |
reverse_range< T > | reverse_iterate (T &x) |
Function Documentation
◆ reverse_iterate()
template<typename T >
reverse_range<T> reverse_iterate | ( | T & | x | ) |
Definition at line 34 of file reverse_iterator.h.
Referenced by CChainState::ActivateBestChainStep(), Checkpoints::GetLastCheckpoint(), ProcessHeadersMessage(), and CTxMemPool::UpdateTransactionsFromBlock().