libmdbx
0.13.2.39 (2024-12-29T08:42:48+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.12.0