mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Type names
This commit is contained in:
parent
c01f15ca95
commit
ba36b1a410
|
@ -30,7 +30,7 @@ template<typename Function>
|
|||
struct functor_function : public base_function {
|
||||
typedef decltype(&Function::operator()) function_type;
|
||||
typedef meta::function_return_t<function_type> return_type;
|
||||
typedef meta::function_args_t<function_type> args_type;
|
||||
typedef meta::function_args_t<function_type> args_types;
|
||||
Function fx;
|
||||
|
||||
template<typename... Args>
|
||||
|
|
Loading…
Reference in New Issue
Block a user