halcheck 1.0
Loading...
Searching...
No Matches

◆ tuple_element_t

template<std::size_t I, typename T >
using halcheck::lib::tuple_element_t = typename std::tuple_element<I, T>::type

Provides compile-time access the the types of the elements of a tuple.

See also
std::tuple_element