Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
limitedmap.h File Reference
#include <assert.h>
#include <algorithm>
#include <unordered_map>
#include <vector>
Include dependency graph for limitedmap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | unordered_limitedmap< K, V, Hash > |
STL-like map container that only keeps the N elements with the highest value. More... | |