libmdbx
0.13.2.20 (2024-12-20T11:46:01+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
Loading...
Searching...
No Matches
mdbx::MutableByteProducer Concept Reference
C++ API
»
slices and buffers
#include <
mdbx.h++
>
Concept definition
template
<
typename
T>
concept
mdbx::MutableByteProducer
=
requires
(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::MutableByteProducer
Definition
mdbx.h++:588
mdbx
MutableByteProducer
Generated by
1.12.0