join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::find_element< I, T, Ts > Struct Template Reference

get element type in a parameter pack according its position. More...

#include <traits.hpp>

Public Types

using type = typename find_element <I - 1, Ts...>::type
 

Detailed Description

template<std::size_t I, typename T, typename... Ts>
struct join::find_element< I, T, Ts >

get element type in a parameter pack according its position.

Member Typedef Documentation

◆ type

template<std::size_t I, typename T , typename... Ts>
using join::find_element< I, T, Ts >::type = typename find_element <I - 1, Ts...>::type

The documentation for this struct was generated from the following file: