![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Get the first argument type of a callable. More...
#include <function_traits.hpp>
Public Types | |
| using | type = typename first_arg_impl<Func, arg_list_t<Func>>::type |
Get the first argument type of a callable.
Definition at line 143 of file function_traits.hpp.
| using flecs::first_arg< Func >::type = typename first_arg_impl<Func, arg_list_t<Func>>::type |
Definition at line 144 of file function_traits.hpp.