pgator v0.2.2 (2015-03-17T23:20:03Z)
Dub
Repo
getMemberType.getMemberType
util
getMemberType
Undocumented in source.
template
getMemberType
(Class, string name)
static if
(
hasMember!(Class, name)
)
alias
getMemberType
=
typeof
(
__traits
(
getMember
,
Class
,
name
))
Meta
Source
See Implementation
util
getMemberType
aliases
getMemberType