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

is_hashable<T> is true_type iff std::hash is defined for T More...

#include <TypeTraits.h>

Inheritance diagram for c10::guts::is_hashable< T, Enable >:

Detailed Description

template<class T, class Enable = void>
struct c10::guts::is_hashable< T, Enable >

is_hashable<T> is true_type iff std::hash is defined for T

Definition at line 22 of file TypeTraits.h.


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