libmdbx 0.14.1.177 (2025-12-04T00:18:57+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
Loading...
Searching...
No Matches
mdbx::buffer< ALLOCATOR, CAPACITY_POLICY >::silo::bin::inplace_flag_holder Struct Reference

#include <mdbx.h++>

Public Member Functions

constexpr inplace_flag_holder (byte signature)

Public Attributes

byte buffer_ [inplace_size - sizeof(byte)]
byte lastbyte_

Constructor & Destructor Documentation

◆ inplace_flag_holder()

template<class ALLOCATOR, typename CAPACITY_POLICY>
mdbx::buffer< ALLOCATOR, CAPACITY_POLICY >::silo::bin::inplace_flag_holder::inplace_flag_holder ( byte signature)
inlineconstexpr

Member Data Documentation

◆ buffer_

template<class ALLOCATOR, typename CAPACITY_POLICY>
byte mdbx::buffer< ALLOCATOR, CAPACITY_POLICY >::silo::bin::inplace_flag_holder::buffer_[inplace_size - sizeof(byte)]

◆ lastbyte_

template<class ALLOCATOR, typename CAPACITY_POLICY>
byte mdbx::buffer< ALLOCATOR, CAPACITY_POLICY >::silo::bin::inplace_flag_holder::lastbyte_

The documentation for this struct was generated from the following file: