isAnyType

Checks if value 'a' is, or is implicitly castable to, or is derived from any of the TList types.

template isAnyType(TList...)
bool
isAnyType
(
T
)
(
T val
)

Members

Functions

isAnyType
bool isAnyType(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

assert( isAnyType!(Foo, Bar, Baz)(foo) );

Meta