ggplotd v0.4.13 (2016-02-19T19:08:02Z)
Dub
Repo
ConversionPath.isParentType
ggplotd
color
conv
ConversionPath
Undocumented in source.
template
ConversionPath
(From, To)
package @
safe
pure nothrow @
nogc
template
isParentType (
Parent
Of
) {
package @
safe
pure nothrow @
nogc
static if
(
isXYZ!Of
)
enum
isParentType
;
package @
safe
pure nothrow @
nogc
static if
(!(
isXYZ!Of
))
static if
(
isInstanceOf!(TemplateOf!Parent, Of.ParentColor)
)
enum
isParentType
;
package @
safe
pure nothrow @
nogc
static if
(!(
isXYZ!Of
))
static if
(!(
isInstanceOf!(TemplateOf!Parent, Of.ParentColor)
))
enum
isParentType
;
}
Members
Manifest constants
isParentType
enum
isParentType
;
Undocumented in source.
isParentType
enum
isParentType
;
Undocumented in source.
isParentType
enum
isParentType
;
Undocumented in source.
Meta
Source
See Implementation
ggplotd
color
conv
ConversionPath
aliases
ConversionPath
Path
templates
FindPath
isParentType