aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
getProtection
aermicioi
aedi
util
traits
traits
Undocumented in source.
template
getProtection
(alias T, string member)
template
getProtection
(alias symbol)
template
getProtection (
alias
symbol
) {
static if
(
__traits(compiles, __traits(getProtection, symbol))
)
enum
getProtection
;
static if
(!(
__traits(compiles, __traits(getProtection, symbol))
))
enum
getProtection
;
}
Members
Manifest constants
getProtection
enum
getProtection
;
Undocumented in source.
getProtection
enum
getProtection
;
Undocumented in source.
Meta
Source
See Implementation
aermicioi
aedi
util
traits
traits
templates
getMember
getMembersWithProtection
getOverloads
getProtection
identifier
isField
isProtection
isStaticFunction
toType
typeOf
variables
isDerived
isPublic