#include <mdbx.h++>
Public Member Functions | |
constexpr | allocated (allocator_pointer ptr, size_t bytes) noexcept |
constexpr | allocated (const allocated &) noexcept=default |
constexpr | allocated (allocated &&) noexcept=default |
constexpr allocated & | operator= (const allocated &) noexcept=default |
constexpr allocated & | operator= (allocated &&) noexcept=default |
Public Attributes | |
allocator_pointer | ptr_ |
size_t | capacity_bytes_ |
|
inlineconstexprnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
size_t mdbx::buffer< ALLOCATOR, CAPACITY_POLICY >::silo::bin::allocated::capacity_bytes_ |
allocator_pointer mdbx::buffer< ALLOCATOR, CAPACITY_POLICY >::silo::bin::allocated::ptr_ |