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::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++:641
mdbx
MutableByteProducer
Generated by
1.9.8