isA

Undocumented in source.
template isA(T)
bool
isA
(
P
)
(
auto ref P p
)
if (
is(P == class)
)
if (
is(T == class)
)

Members

Functions

isA
bool isA(P p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta