despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
FieldNamesTuple.isField
gfmod
opengl
uniform
FieldNamesTuple
Determine if a member with specified name is a field of S.
template
FieldNamesTuple
(S)
package
template
isField (
string
memberName
) {
package
static if
(
memberName == "this"
)
enum
bool
isField
;
}
Members
Variables
isField
enum
bool
isField
;
Undocumented in source.
Meta
Source
See Implementation
gfmod
opengl
uniform
FieldNamesTuple
aliases
FieldNamesTuple
templates
isField
Determine if a member with specified name is a field of S.