drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::orm::internal::FunctionTraits< ReturnType(*)(Arguments...)> Struct Template Reference
Inheritance diagram for drogon::orm::internal::FunctionTraits< ReturnType(*)(Arguments...)>:

Public Types

using result_type = ReturnType
template<std::size_t Index>
using argument

Static Public Attributes

static const std::size_t arity = sizeof...(Arguments)
static const bool isSqlCallback = true
static const bool isStepResultCallback = true
static const bool isExceptCallback = false
static const bool isPtr = false

Member Typedef Documentation

◆ argument

template<typename ReturnType, typename... Arguments>
template<std::size_t Index>
using drogon::orm::internal::FunctionTraits< ReturnType(*)(Arguments...)>::argument
Initial value:
typename std::tuple_element<Index, std::tuple<Arguments...>>::type

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