mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
mal_toolkit::parameter_pack_info< Args >::type_at< index > Struct Template Reference

#include "template.hpp"

Public Types

using type = std::tuple_element_t<index, std::tuple<Args...>>
 

Detailed Description

template<typename... Args>
template<size_t index>
struct mal_toolkit::parameter_pack_info< Args >::type_at< index >

Definition at line 154 of file template.hpp.

Member Typedef Documentation

◆ type

template<typename... Args>
template<size_t index>
using mal_toolkit::parameter_pack_info< Args >::type_at< index >::type = std::tuple_element_t<index, std::tuple<Args...>>

Definition at line 157 of file template.hpp.


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