libmdbx
0.14.0.51 (2025-01-27T22:41:24+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
Loading...
Searching...
No Matches
mdbx::ImmutableByteProducer Concept Reference
C++ API
»
slices and buffers
#include <
mdbx.h++
>
Concept definition
template
<
typename
T>
concept
mdbx::ImmutableByteProducer
=
requires
(
const
T &a,
char
array[42]) {
{ a.is_empty() } -> std::same_as<bool>;
{ a.envisage_result_length() } -> std::same_as<size_t>;
{ a.write_bytes(&array[0],
size_t
(42)) } -> std::same_as<char *>;
}
mdbx::ImmutableByteProducer
Definition
mdbx.h++:598
mdbx
ImmutableByteProducer
Generated by
1.13.2