Cppgres
Build Postgres extensions in C++
|
This is the complete list of members for cppgres::ffi_guard< Func >, including all inherited members.
ffi_guard(Func f) (defined in cppgres::ffi_guard< Func >) | cppgres::ffi_guard< Func > | inline |
func (defined in cppgres::ffi_guard< Func >) | cppgres::ffi_guard< Func > | |
operator()(Args &&...args) -> decltype(func(std::forward< Args >(args)...)) (defined in cppgres::ffi_guard< Func >) | cppgres::ffi_guard< Func > | inline |