libmdbx
0.14.1.377 (2026-02-02T23:56:19+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
Loading...
Searching...
No Matches
mdbx::SliceTranscoder Concept Reference
C++ API
»
slices and buffers
#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>;
}
mdbx::ImmutableByteProducer
Definition
mdbx.h++:1155
mdbx::SliceTranscoder
Definition
mdbx.h++:1165
mdbx::slice
References a data located outside the slice.
Definition
mdbx.h++:642
mdbx
SliceTranscoder
Generated by
1.14.0