Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::exception_guard< Func > Member List

This is the complete list of members for cppgres::exception_guard< Func >, including all inherited members.

exception_guard(Func f) (defined in cppgres::exception_guard< Func >)cppgres::exception_guard< Func >inlineexplicit
func (defined in cppgres::exception_guard< Func >)cppgres::exception_guard< Func >
operator()(Args &&...args) -> decltype(func(std::forward< Args >(args)...)) (defined in cppgres::exception_guard< Func >)cppgres::exception_guard< Func >inline