MDBX Containers
Loading...
Searching...
No Matches
Utility Functions

Files

file  path_utils.hpp
 Utility functions for path manipulation, including relative path computation.
 
#define MDBXC_NODISCARD
 

Detailed Description

Helper traits and serialization routines used throughout the library.

sortable keys

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.

Macro Definition Documentation

◆ MDBXC_NODISCARD

#define MDBXC_NODISCARD

Definition at line 15 of file utils.hpp.