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

Get the second argument type of a callable. More...

#include <function_traits.hpp>

Public Types

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

Detailed Description

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

Get the second argument type of a callable.

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


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