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

#include <types.hpp>

Public Types

template<typename... Args>
using ConstructSignature = Type(Args...)
 

Member Typedef Documentation

◆ ConstructSignature

template<typename Type >
template<typename... Args>
using luwra::internal::With< Type >::ConstructSignature = Type (Args...)