Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::function< ret_type, arg_types > Struct Template Reference

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 oidfunction_oid () const
 

Static Public Member Functions

template<typename... Args>
static constexpr bool convertible_args ()
 

The documentation for this struct was generated from the following file: