Luwra
Minimal-overhead Lua wrapper for C++
Public Types | List of all members
luwra::internal::_DropFromList< Seq, Types > Struct Template Reference

#include <typelist.hpp>

Public Types

using Result = TypeList< Types... >
 

Member Typedef Documentation

◆ Result

template<typename Seq , typename... Types>
using luwra::internal::_DropFromList< Seq, Types >::Result = TypeList<Types...>