SPH
Static Public Attributes | List of all members
IsCallable< TCallable, TArgs > Struct Template Reference

#include <Traits.h>

Static Public Attributes

static constexpr bool value = IsCallableImpl<TCallable, void, TArgs...>::value
 

Detailed Description

template<typename TCallable, typename... TArgs>
struct IsCallable< TCallable, TArgs >

Definition at line 97 of file Traits.h.

Member Data Documentation

◆ value

template<typename TCallable , typename... TArgs>
constexpr bool IsCallable< TCallable, TArgs >::value = IsCallableImpl<TCallable, void, TArgs...>::value
staticconstexpr

Definition at line 98 of file Traits.h.


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