Return the Nth element from the parameter pack. More...
#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>
Public Types | |
using | type = typename pack_element< N - 1, Ts... >::type |
using | type = typename pack_element< N - 1, Ts... >::type |
Return the Nth element from the parameter pack.
using pack_element< N, T, Ts >::type = typename pack_element<N - 1, Ts...>::type |
using pack_element< N, T, Ts >::type = typename pack_element<N - 1, Ts...>::type |