pgator v0.2.4 (2015-12-29T08:39:12Z)
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