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

Static Public Attributes

static constexpr bool value = _::function_traits<T>::is_callable
 

Detailed Description

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

Definition at line 100 of file function_traits.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool flecs::is_callable< T >::value = _::function_traits<T>::is_callable
staticconstexpr

Definition at line 101 of file function_traits.hpp.


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