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

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

#include <traits.hpp>

Public Types

using type = std::add_const_t <find_element_t <I, T>>
 

Detailed Description

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

get element type in a parameter pack according its position.

Member Typedef Documentation

◆ type

template<std::size_t I, typename T >
using join::find_element< I, const T >::type = std::add_const_t <find_element_t <I, T>>

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