d-beard v2.0.0 (2014-02-05T00:44:46Z)
Dub
Repo
ChildOf
beard
meta
child_of
Tests if C is a subclass of P.
template
ChildOf
(C, P)
template
ChildOf (
C
P
) {
static if
(
is(C Unused : P)
)
enum
ChildOf
;
static if
(!(
is(C Unused : P)
))
enum
ChildOf
;
}
template
ChildOf
(P)
Members
Manifest constants
ChildOf
enum
ChildOf
;
Undocumented in source.
ChildOf
enum
ChildOf
;
Undocumented in source.
Meta
Source
See Implementation
beard
meta
child_of
templates
ChildOf
Tests if C is a subclass of P.