Flecs v4.1
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

Extract the second argument type from an arg_list. More...

#include <function_traits.hpp>

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 ... > >

Extract the second argument type from an arg_list.

Definition at line 157 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 158 of file function_traits.hpp.


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