Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
limitedmap.h File Reference
#include <assert.h>
#include <algorithm>
#include <unordered_map>
#include <vector>


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... | |