![]() |
MDBX Containers
|
Files | |
| file | path_utils.hpp |
| Utility functions for path manipulation, including relative path computation. | |
| #define | MDBXC_NODISCARD |
Helper traits and serialization routines used throughout the library.
These helpers implement order-preserving transformation of IEEE754 floats/doubles into unsigned integers. This allows using floating-point values as database keys with MDBX_INTEGERKEY.
Negative numbers are bitwise inverted, positives have their sign bit flipped. As a result, natural numeric ordering is preserved in the unsigned integer domain.