Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::second_arg< Func > Struct Template Reference

Public Types

using type = typename second_arg_impl<Func, arg_list_t<Func>>::type
 

Detailed Description

template<typename Func>
struct flecs::second_arg< Func >

Definition at line 142 of file function_traits.hpp.

Member Typedef Documentation

◆ type

template<typename Func >
using flecs::second_arg< Func >::type = typename second_arg_impl<Func, arg_list_t<Func>>::type

Definition at line 143 of file function_traits.hpp.


The documentation for this struct was generated from the following file: