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