Cppgres
Build Postgres extensions in C++
|
#include "datum.hpp"
#include "function.hpp"
#include "guard.hpp"
#include "memory.hpp"
#include "types.hpp"
#include <iterator>
#include <optional>
#include <stack>
#include <vector>
Go to the source code of this file.
Classes | |
struct | cppgres::spi_plan< Args > |
struct | cppgres::executor |
struct | cppgres::spi_executor |
SPI executor API More... | |
struct | cppgres::spi_executor::result_iterator< T > |
struct | cppgres::spi_executor::results< Ret, Args > |
struct | cppgres::spi_nonatomic_executor |
Concepts | |
concept | cppgres::datumable_tuple |
concept | cppgres::convertible_into_nullable_datum_and_has_a_type |
Functions | |
template<typename Tuple , std::size_t... Is> | |
constexpr bool | cppgres::all_convertible_from_nullable (std::index_sequence< Is... >) |