boilerplate v0.0.19 (2018-03-27T14:08:08Z)
Dub
Repo
getUDADefaultOrNothing
boilerplate
constructor
Undocumented in source.
template
getUDADefaultOrNothing (
attributes
...
) {
template
udaIndex
(alias attr, attributes...)
via
public
import
boilerplate
.
util
:
udaIndex
;
;
template
EnumTest
()
;
template
EnumTestDeprecated
()
;
static if
(
udaIndex!(This.Default, attributes) == -1 && udaIndex!(Default, attributes) == -1
)
enum
getUDADefaultOrNothing
;
static if
(!(
udaIndex!(This.Default, attributes) == -1 && udaIndex!(Default, attributes) == -1
))
static if
(
__traits(compiles, EnumTest!())
)
enum
getUDADefaultOrNothing
;
static if
(!(
udaIndex!(This.Default, attributes) == -1 && udaIndex!(Default, attributes) == -1
))
static if
(!(
__traits(compiles, EnumTest!())
))
static if
(
__traits(compiles, EnumTestDeprecated())
)
enum
getUDADefaultOrNothing
;
static if
(!(
udaIndex!(This.Default, attributes) == -1 && udaIndex!(Default, attributes) == -1
))
static if
(!(
__traits(compiles, EnumTest!())
))
static if
(!(
__traits(compiles, EnumTestDeprecated())
))
static
auto
getUDADefaultOrNothing
[@property getter];
}
Members
Manifest constants
getUDADefaultOrNothing
enum
getUDADefaultOrNothing
;
Undocumented in source.
getUDADefaultOrNothing
enum
getUDADefaultOrNothing
;
Undocumented in source.
getUDADefaultOrNothing
enum
getUDADefaultOrNothing
;
Undocumented in source.
Properties
getUDADefaultOrNothing
auto
getUDADefaultOrNothing
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
EnumTest
template
EnumTest
()
Undocumented in source.
EnumTestDeprecated
template
EnumTestDeprecated
()
Undocumented in source.
udaIndex (from boilerplate.util)
template
udaIndex
(alias attr, attributes...)
via
public
import
boilerplate
.
util
:
udaIndex
;
Undocumented in source.
Meta
Source
See Implementation
boilerplate
constructor
enums
GetMemberTypeAsString_
GetSuperTypeAsString_
MemberDefault_
SuperDefault_
ThisEnum
mixin templates
GenerateThisTemplate
structs
Default
This
templates
getUDADefaultOrNothing
variables
GenerateThis