|
VSQLite++ 0.3
|
#include <function.hpp>


Public Types | |
| using | return_type = R |
| using | arguments_tuple = std::tuple<Args...> |
| template<std::size_t Index> | |
| using | argument = std::tuple_element_t<Index, arguments_tuple> |
Static Public Attributes | |
| static constexpr std::size_t | arity = sizeof...(Args) |
Definition at line 85 of file function.hpp.
| using sqlite::v2::detail::callable_traits< R(Args...), void >::argument = std::tuple_element_t<Index, arguments_tuple> |
Definition at line 91 of file function.hpp.
| using sqlite::v2::detail::callable_traits< R(Args...), void >::arguments_tuple = std::tuple<Args...> |
Definition at line 87 of file function.hpp.
| using sqlite::v2::detail::callable_traits< R(Args...), void >::return_type = R |
Definition at line 86 of file function.hpp.
|
staticconstexpr |
Definition at line 88 of file function.hpp.