libmdbx 0.14.1.569 (2026-04-13T16:13:04+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
Loading...
Searching...
No Matches
mdbx::SliceTranscoder Concept Reference

#include <mdbx.h++>

Concept definition

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