We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4866c1e commit 10e04ecCopy full SHA for 10e04ec
hdr/sqlite_modern_cpp/utility/function_traits.h
@@ -23,10 +23,10 @@ namespace sqlite {
23
typedef ReturnType result_type;
24
25
template <std::size_t Index>
26
- using argument = typename std::tuple_element<
+ using argument = typename std::tuple_element<
27
Index,
28
std::tuple<Arguments...>
29
- >::type;
+ >::type;
30
31
static const std::size_t arity = sizeof...(Arguments);
32
};
0 commit comments