#include <memory>
#include <boost/container/scoped_allocator.hpp>
#include <boost/container/vector.hpp>
#include <boost/unordered_map.hpp>
Go to the source code of this file.
Classes | |
class | adjacency_list< vid_t, allocator_t > |
Simple adjacency-list graph data structure that can take a custom C++ allocator and be stored in persistent memory. More... | |