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 590 of file wrap/pybind11/include/pybind11/detail/common.h.

Member Typedef Documentation

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 Sat May 8 2021 02:51:48