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::allocation_aware_details::move_assign_alloc< T, A, true > Struct Template Reference

#include <mdbx.h++>

Static Public Member Functions

static constexpr bool is_nothrow () noexcept
 
static constexpr bool is_moveable (T *, T &) noexcept
 
static MDBX_CXX20_CONSTEXPR void propagate (T *target, T &source)
 

Member Function Documentation

◆ is_moveable()

template<typename T , typename A >
static constexpr bool mdbx::allocation_aware_details::move_assign_alloc< T, A, true >::is_moveable ( T *  ,
T &   
)
inlinestaticconstexprnoexcept

◆ is_nothrow()

template<typename T , typename A >
static constexpr bool mdbx::allocation_aware_details::move_assign_alloc< T, A, true >::is_nothrow ( )
inlinestaticconstexprnoexcept

◆ propagate()

template<typename T , typename A >
static MDBX_CXX20_CONSTEXPR void mdbx::allocation_aware_details::move_assign_alloc< T, A, true >::propagate ( T *  target,
T &  source 
)
inlinestatic

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