HILA
Loading...
Searching...
No Matches
hila::contains_type< A, B, Enable > Struct Template Reference

#include <type_tools.h>

Inherits std::integral_constant< bool, std::is_same< A, B >::value >.

Detailed Description

template<typename A, typename B, typename Enable = void>
struct hila::contains_type< A, B, Enable >

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.


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