Cppgres
Build Postgres extensions in C++
|
This is the complete list of members for cppgres::function< Arg >, including all inherited members.
arg_types typedef (defined in cppgres::function< Arg >) | cppgres::function< Arg > | |
convertible_args() (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inlinestatic |
function()=delete (defined in cppgres::function< Arg >) | cppgres::function< Arg > | |
function(const char *schema, const char *name) (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inline |
function(std::string &schema, std::string &name) (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inline |
function(const char *name) (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inlineexplicit |
function(std::string &name) (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inline |
function(oid oid) (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inline |
function_oid() const (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inline |
make_arg_tuple(std::index_sequence< I... >) -> std::tuple< std::tuple_element_t< I, std::tuple< Arg... > >... > (defined in cppgres::function< Arg >) | cppgres::function< Arg > | static |
operator()(auto... args) (defined in cppgres::function< Arg >) | cppgres::function< Arg > | inline |
ret_type typedef (defined in cppgres::function< Arg >) | cppgres::function< Arg > | |
self typedef (defined in cppgres::function< Arg >) | cppgres::function< Arg > |