ctql
API Reference
ctql API
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Typedef ctql::AlignOf_t
Typedef ctql::Apply
Typedef ctql::detail::as_c_function_v
Typedef ctql::filter_by
Typedef ctql::get_nth_argument_t
Typedef ctql::match_t
Typedef ctql::op_type
Typedef ctql::partition_by_key
Typedef ctql::reduce_sizes_t
Typedef ctql::reject_if_by
Typedef ctql::Size_t
Typedef ctql::SizeOf_t
Typedef ctql::Sum
Typedef ctql::TypeSort
ctql
ctql API
Typedef ctql::get_nth_argument_t
View page source
Typedef ctql::get_nth_argument_t
Defined in
File concepts.hpp
Typedef Documentation
template
<
typename
T
,
uint64_t
i
>
using
ctql
::
get_nth_argument_t
=
std
::
tuple_element_t
<
i
,
typename
function_traits
<
T
>
::
argument_ts
>