Return the Nth element from the parameter pack. More...
#include <common.h>
Public Types | |
using | type = typename pack_element< N - 1, Ts... >::type |
Return the Nth element from the parameter pack.
Definition at line 865 of file wrap/pybind11/include/pybind11/detail/common.h.
using pack_element< N, T, Ts >::type = typename pack_element<N - 1, Ts...>::type |
Definition at line 866 of file wrap/pybind11/include/pybind11/detail/common.h.