Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tc::function_traits< R(ClassType::*)(Args...) const > Struct Template Reference

#include <function_traits.h>

Public Types

typedef ClassType class_type
 

Public Attributes

 FUNCTION_TRAITS_STRUCT_BODY
 

Static Public Attributes

static constexpr bool is_member = true
 
static constexpr bool is_static_member = true
 

Member Typedef Documentation

template<typename ClassType , typename R , typename... Args>
typedef ClassType tc::function_traits< R(ClassType::*)(Args...) const >::class_type

Member Data Documentation

template<typename ClassType , typename R , typename... Args>
tc::function_traits< R(ClassType::*)(Args...) const >::FUNCTION_TRAITS_STRUCT_BODY
template<typename ClassType , typename R , typename... Args>
constexpr bool tc::function_traits< R(ClassType::*)(Args...) const >::is_member = true
static
template<typename ClassType , typename R , typename... Args>
constexpr bool tc::function_traits< R(ClassType::*)(Args...) const >::is_static_member = true
static

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