MDBX Containers
Loading...
Searching...
No Matches
KeyTable.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _MDBX_CONTAINERS_KEY_TABLE_HPP_INCLUDED
3#define _MDBX_CONTAINERS_KEY_TABLE_HPP_INCLUDED
4
5namespace mdbxc {
6
9 template<class K, class V>
10 class KeyTable { /* ... */ };
11
12}; // mdbxc
13
14#endif // _MDBX_CONTAINERS_KEY_TABLE_HPP_INCLUDED
Ordered key->value table persisted in MDBX.
Definition KeyTable.hpp:10