Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
error.hpp File Reference
#include <string>
#include <tuple>
#include <iostream>
#include "exception.hpp"

Go to the source code of this file.

Concepts

concept  cppgres::error_formattable
 

Functions

void cppgres::error (pg_exception e)
 
template<std::size_t N, error_formattable... Args>
void cppgres::report (int elevel, const char(&fmt)[N], Args... args)