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

Trait to get the number of arguments of a callable. More...

#include <function_traits.hpp>

Static Public Attributes

static constexpr int value = _::function_traits<T>::arity
 

Detailed Description

template<typename T>
struct flecs::arity< T >

Trait to get the number of arguments of a callable.

Definition at line 119 of file function_traits.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr int flecs::arity< T >::value = _::function_traits<T>::arity
staticconstexpr

Definition at line 120 of file function_traits.hpp.


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