uTL
micro Template library
|
#include <typelist.h>
Public Types | |
using | head_ = at_head_< typelist< void * >::times< N > > |
using | type = decltype(head_::select(static_cast< add_pointer< List > >(nullptr)...)) |
Definition at line 229 of file typelist.h.
using utl::meta::at_impl::at_< typelist< List... >, N >::head_ = at_head_<typelist<void*>::times<N> > |
Definition at line 230 of file typelist.h.
using utl::meta::at_impl::at_< typelist< List... >, N >::type = decltype( head_::select(static_cast<add_pointer<List> >(nullptr)...) ) |
Definition at line 233 of file typelist.h.