Cppgres
Build Postgres extensions in C++
|
#include <setjmp.h>
#include <iostream>
#include <utility>
#include "error.hpp"
#include "exception.hpp"
#include "utils/function_traits.hpp"
Go to the source code of this file.
Classes | |
struct | cppgres::ffi_guard< Func > |
Functions | |
template<typename Func > | |
auto | cppgres::ffi_guarded (Func f) |