|
Cppgres
Build Postgres extensions in C++
|
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 () |