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

Trait to check if a type is callable. More...

#include <function_traits.hpp>

Static Public Attributes

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

Detailed Description

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

Trait to check if a type is callable.

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


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