isAllTypes

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

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

Members

Functions

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

Examples

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

Meta