Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::guts::is_function_type< T > Struct Template Reference

is_function_type<T> is true_type iff T is a plain function type (i.e. More...

#include <TypeTraits.h>

Inheritance diagram for c10::guts::is_function_type< T >:

Detailed Description

template<class T>
struct c10::guts::is_function_type< T >

is_function_type<T> is true_type iff T is a plain function type (i.e.

"Result(Args...)")

Definition at line 32 of file TypeTraits.h.


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