|
|
using | result_type = ReturnType |
| template<std::size_t Index> |
| using | argument |
|
|
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 |
◆ argument
template<typename ReturnType, typename... Arguments>
template<std::size_t Index>
Initial value:
typename std::tuple_element<Index, std::tuple<Arguments...>>::type
The documentation for this struct was generated from the following file: