mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
getUDA
mir
reflection
Retrieves the user-defined attribute `attribute` from the symbol `symbol`.
template
getUDA
(alias symbol, alias attribute)
template
getUDA (
alias
symbol
alias
attribute
) {
static if
(!(
all.length != 1
))
static if
(
is(typeof(all[0]))
)
enum
getUDA
;
}
template
getUDA
(T, string member, alias attribute)
Return Value
single UDA.
mir
reflection
enums
reflectSerde
structs
ReflectDoc
reflectDeprecated
reflectUnittest
templates
ReflectMeta
ReflectName
getSetters
getUDA
isProperty
isStdNullable
reflectDoc
reflectGetDocs
reflectGetUnittest
reflectIgnore
reflectMeta
reflectName
variables
DeserializableMembers
SerializableMembers
hasField
isOriginalMember
Retrieves the user-defined attribute `attribute` from the symbol `symbol`.