uTL
micro Template library
utl::meta::back_impl::back_< typelist< Head, Tail... > > Struct Template Reference

#include <typelist.h>

Public Types

using type = at_c< typelist< Head, Tail... >, sizeof...(Tail) >
 

Detailed Description

template<typename Head, typename... Tail>
struct utl::meta::back_impl::back_< typelist< Head, Tail... > >

Definition at line 284 of file typelist.h.

Member Typedef Documentation

◆ type

template<typename Head , typename... Tail>
using utl::meta::back_impl::back_< typelist< Head, Tail... > >::type = at_c < typelist<Head, Tail...>, sizeof...(Tail) >

Definition at line 287 of file typelist.h.


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