Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::function_traits_impl< ReturnType(ClassType::*)(Args...) const && > Struct Template Reference
Inheritance diagram for flecs::_::function_traits_impl< ReturnType(ClassType::*)(Args...) const && >:
[legend]

Static Public Attributes

static constexpr bool is_callable
Static Public Attributes inherited from flecs::_::function_traits_defs< ReturnType, Args... >
static constexpr bool is_callable
static constexpr size_t arity

Additional Inherited Members

Public Types inherited from flecs::_::function_traits_defs< ReturnType, Args... >
using return_type
using args

Detailed Description

template<typename ClassType, typename ReturnType, typename... Args>
struct flecs::_::function_traits_impl< ReturnType(ClassType::*)(Args...) const && >

Definition at line 52 of file function_traits.hpp.

Member Data Documentation

◆ is_callable

bool flecs::_::function_traits_impl< ReturnType(ClassType::*)(Args...) const && >::is_callable
staticconstexpr

Definition at line 27 of file function_traits.hpp.


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