AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
INTELLI::DupicatedHashTable< Key, Tp, Hash, _SubKey > Class Template Reference

Public Member Functions

bool empty () const noexcept
 
size_t emplace (Key key, Tp value)
 
size_t emplace (Key key, Tp value, _SubKey sk)
 
auto find (Key key)
 
auto begin ()
 
auto end ()
 
auto size ()
 
auto erase (Key key)
 
bool eraseWithSubKey (Key key, _SubKey sk)
 
bool erase (Key key, size_t duplication)
 
bool erase (Key key, size_t duplicationS, size_t duplicationE)
 

The documentation for this class was generated from the following file: