|
Cppgres
Build Postgres extensions in C++
|
Public Types | |
| using | self = function< ret_type, arg_types... > |
Public Member Functions | |
| function (const char *schema, const char *name) | |
| function (std::string &schema, std::string &name) | |
| function (const char *name) | |
| function (std::string &name) | |
| function (oid oid) | |
| ret_type | operator() (auto... args) |
| const oid & | function_oid () const |
Static Public Member Functions | |
| template<typename... Args> | |
| static constexpr bool | convertible_args () |