Electroneum
Public Types | List of all members
crow::black_magic::last_element_type< T > Struct Template Reference

#include <utility.h>

Public Types

using type = typename std::tuple_element< sizeof...(T) -1, std::tuple< T... > >::type
 

Member Typedef Documentation

◆ type

template<typename ... T>
using crow::black_magic::last_element_type< T >::type = typename std::tuple_element<sizeof...(T)-1, std::tuple<T...> >::type

The documentation for this struct was generated from the following file: