libmdbx  0.11.6.39 (2022-04-13T11:05:50+03:00)
One of the fastest compact embeddable key-value ACID database without WAL.
mdbx::value_result Struct Reference

Combines data slice with boolean flag to represent result of certain operations. More...

#include <mdbx.h++>

Public Member Functions

 value_result (const slice &value, bool done) noexcept
 
 value_result (const value_result &) noexcept=default
 
value_resultoperator= (const value_result &) noexcept=default
 
MDBX_CXX14_CONSTEXPR operator bool () const noexcept
 

Public Attributes

slice value
 
bool done
 

Detailed Description

Combines data slice with boolean flag to represent result of certain operations.

Constructor & Destructor Documentation

◆ value_result() [1/2]

mdbx::value_result::value_result ( const slice value,
bool  done 
)
inlinenoexcept

◆ value_result() [2/2]

mdbx::value_result::value_result ( const value_result )
defaultnoexcept

Member Function Documentation

◆ operator bool()

MDBX_CXX14_CONSTEXPR mdbx::value_result::operator bool ( ) const
inlinenoexcept

◆ operator=()

value_result& mdbx::value_result::operator= ( const value_result )
defaultnoexcept

Member Data Documentation

◆ done

bool mdbx::value_result::done

◆ value

slice mdbx::value_result::value

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