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

Public Types

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

Detailed Description

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

Definition at line 125 of file function_traits.hpp.

Member Typedef Documentation

◆ type

template<typename Func >
using flecs::first_arg< Func >::type = typename first_arg_impl<Func, arg_list_t<Func>>::type

Definition at line 126 of file function_traits.hpp.


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