Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
function_traits.hpp File Reference

Go to the source code of this file.

Classes

struct  cppgres::utils::function_traits::function_traits< R(*)(Args...)>
 
struct  cppgres::utils::function_traits::function_traits< R(&)(Args...)>
 
struct  cppgres::utils::function_traits::function_traits< R(Args...)>
 
struct  cppgres::utils::function_traits::function_traits< R(C::*)(Args...) const >
 
struct  cppgres::utils::function_traits::function_traits< T >
 
struct  cppgres::utils::function_traits::invoke_result_from_tuple< Func, std::tuple< Args... > >
 

Typedefs

template<typename Func , typename Tuple >
using cppgres::utils::function_traits::invoke_result_from_tuple_t = typename invoke_result_from_tuple< Func, Tuple >::type