boilerplate v0.0.22 (2018-05-30T14:56:55Z)
Dub
Repo
getUDADefaultOrNothing.getUDADefaultOrNothing
boilerplate
constructor
getUDADefaultOrNothing
Undocumented in source.
enum
getUDADefaultOrNothing
;
enum
getUDADefaultOrNothing
;
template
getUDADefaultOrNothing
(attributes...)
static if
(!(
udaIndex!(This.Default, attributes) == -1 && udaIndex!(Default, attributes) == -1
))
static if
(
__traits(compiles, EnumTest!())
)
enum
getUDADefaultOrNothing
=
attributes
[
udaIndex
!(
This.Default
,
attributes
)].
value
;
enum
getUDADefaultOrNothing
;
auto
getUDADefaultOrNothing
[@property getter]
Meta
Source
See Source File
boilerplate
constructor
getUDADefaultOrNothing
manifest constants
getUDADefaultOrNothing
templates
EnumTest
EnumTestDeprecated