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

Public Types

using type = T
 

Detailed Description

template<typename Func, typename T, typename ... Args>
struct flecs::first_arg_impl< Func, _::arg_list< T, Args ... > >

Definition at line 120 of file function_traits.hpp.

Member Typedef Documentation

◆ type

template<typename Func , typename T , typename ... Args>
using flecs::first_arg_impl< Func, _::arg_list< T, Args ... > >::type = T

Definition at line 121 of file function_traits.hpp.


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