A fast and reliable embedded key-value ACID storage engine without WAL.
Version 0.14.3.47 (2026-08-31T14:58:01+03:00)
Loading...
Searching...
No Matches
mdbx::SliceTranscoder Concept Reference

#include <mdbx.h++>

Concept definition

template<typename T>
concept SliceTranscoder = ImmutableByteProducer<T> && requires(const slice &source, const T &a) {
T(source);
{ a.is_erroneous() } -> std::same_as<bool>;
}
Definition mdbx.h++:1146
Definition mdbx.h++:1156
References a data located outside the slice.
Definition mdbx.h++:626