Skip to content

iox::cxx::internal::get_type_at_index🔗

More...

Public Types🔗

Name
using typename get_type_at_index< N+1, Index, Targs... >::type type

Detailed Description🔗

template <uint64_t N,
uint64_t Index,
typename T ,
typename... Targs>
struct iox::cxx::internal::get_type_at_index;

Public Types Documentation🔗

using type🔗

using iox::cxx::internal::get_type_at_index< N, Index, T, Targs >::type =  typename get_type_at_index<N + 1, Index, Targs...>::type;

Updated on 26 April 2021 at 15:31:01 CEST