![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Extract the first argument type from an arg_list. More...
#include <function_traits.hpp>
Public Types | |
| using | type = T |
Extract the first argument type from an arg_list.
Definition at line 137 of file function_traits.hpp.
| using flecs::first_arg_impl< Func, _::arg_list< T, Args ... > >::type = T |
Definition at line 138 of file function_traits.hpp.