Key-to-Value functions to avoid using custom comparators. More...
Functions | |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API int64_t | mdbx_jsonInteger_from_key (const MDBX_val) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API double | mdbx_double_from_key (const MDBX_val) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API float | mdbx_float_from_key (const MDBX_val) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API int32_t | mdbx_int32_from_key (const MDBX_val) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API int64_t | mdbx_int64_from_key (const MDBX_val) |
Key-to-Value functions to avoid using custom comparators.
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API double mdbx_double_from_key | ( | const | MDBX_val | ) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API float mdbx_float_from_key | ( | const | MDBX_val | ) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API int32_t mdbx_int32_from_key | ( | const | MDBX_val | ) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API int64_t mdbx_int64_from_key | ( | const | MDBX_val | ) |
MDBX_NOTHROW_PURE_FUNCTION LIBMDBX_API int64_t mdbx_jsonInteger_from_key | ( | const | MDBX_val | ) |