Metall  v0.27
A persistent memory allocator for data-centric analytics
string_key_store.hpp File Reference
#include <memory>
#include <string_view>
#include <utility>
#include <tuple>
#include <metall/container/unordered_map.hpp>
#include <metall/container/string.hpp>
#include <metall/container/scoped_allocator.hpp>
#include <metall/container/string_key_store_locator.hpp>
#include <metall/metall.hpp>

Go to the source code of this file.

Classes

class  metall::container::string_key_store< _value_type, allocator_type >
 A ke-value store that uses string for its key. More...
 

Namespaces

 metall
 The top level of namespace of Metall.
 
 metall::container
 Namespace for Metall container.