Scarab  v2.9.0
Project 8 C++ Utility Library
Public Types | List of all members
pack_element< N, T, Ts > Struct Template Reference

Return the Nth element from the parameter pack. More...

#include <common.h>

Public Types

using type = typename pack_element< N - 1, Ts... >::type
 

Detailed Description

template<size_t N, typename T, typename... Ts>
struct pybind11::detail::pack_element< N, T, Ts >

Return the Nth element from the parameter pack.

Definition at line 553 of file detail/common.h.

Member Typedef Documentation

◆ type

using type = typename pack_element<N - 1, Ts...>::type

Definition at line 553 of file detail/common.h.


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