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 pack_element< N, T, Ts >

Return the Nth element from the parameter pack.

Definition at line 851 of file wrap/pybind11/include/pybind11/detail/common.h.

Member Typedef Documentation

◆ type

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

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


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:11:53