Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::memory_context_allocator< T, Context > Struct Template Reference

Public Types

using value_type = T
 

Public Member Functions

 memory_context_allocator (Context &&ctx, bool explicit_deallocation) noexcept
 
constexpr memory_context_allocator (const memory_context_allocator< T > &c) noexcept
 
T * allocate (std::size_t n)
 
void deallocate (T *p, std::size_t n) noexcept
 
bool operator== (const memory_context_allocator &c)
 
bool operator!= (const memory_context_allocator &c)
 
Context & memory_context ()
 

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