HILA
|
#include <type_tools.h>
Inherits std::integral_constant< bool, std::is_same< A, B >::value >.
Define boolean contains_type<A,B>::value, which returns true if type A "wraps" type B at some level Example: hila::contains_type<Vector<4,Complex<double>>>, Complex<double>>::value is true
Definition at line 87 of file type_tools.h.