libmdbx 0.13.1.73 (2024-11-15T15:58:48+03:00)
One of the fastest compact embeddable key-value ACID database without WAL.
 
Loading...
Searching...
No Matches
mdbx::SliceTranscoder Concept Reference

#include <mdbx.h++>

Concept definition

template<typename T>
ImmutableByteProducer<T> && requires(const slice &source, const T &a) {
T(source);
{ a.is_erroneous() } -> std::same_as<bool>;
}
Definition mdbx.h++:651
Definition mdbx.h++:661