|
Electroneum
|
#include <system_error>#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | std::is_error_code_enum<::lmdb::error > |
Namespaces | |
| lmdb | |
Macros | |
| #define | ELECTRONEUM_LMDB_CHECK(...) |
Executes a LMDB command, and returns errors via lmdb::error enum. More... | |
Enumerations | |
| enum | lmdb::error : int |
| Tracks LMDB error codes. More... | |
Functions | |
| std::error_category const & | lmdb::error_category () noexcept |
| std::error_code | lmdb::make_error_code (error value) noexcept |
| #define ELECTRONEUM_LMDB_CHECK | ( | ... | ) |
Executes a LMDB command, and returns errors via lmdb::error enum.