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
5
namespace
mdbxc
{
6
9
template
<
class
K,
class
V>
10
class
KeyTable
{
/* ... */
};
11
12
};
// mdbxc
13
14
#endif
// _MDBX_CONTAINERS_KEY_TABLE_HPP_INCLUDED
mdbxc::KeyTable
Ordered key->value table persisted in MDBX.
Definition
KeyTable.hpp:10
mdbxc
Definition
AnyValueTable.hpp:10
include
mdbx_containers
KeyTable.hpp
Generated by
1.13.2