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

Public Types

using type = T
 

Detailed Description

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

Definition at line 137 of file function_traits.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 138 of file function_traits.hpp.


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