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 > |
struct | cppgres::exception_guard< Func > |
Wraps a C++ function to catch exceptions and report them as Postgres errors. More... | |