Template Struct NthElement< N >¶
Defined in File nth_element_impl_.hpp
Struct Documentation¶
- 
template<size_t 
N>
structripple::detail::NthElement<N>¶ Specialization of the NthElement class for the case that there are no parameters in the pack.
- Template Parameters
 N: The index of the element to get in the pack.
Public Types
- 
using 
type= void¶ Defines the type to be void since there are no elements in the pack.