dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
globalInitVar
qt
helpers
Undocumented in source.
template
globalInitVar (
T
) {
alias
globalInitVar
=
globalInitVarImpl
!
T
.
globalInitVar
;
immutable __gshared
static if
(!(
__traits(hasMember, T, "rawConstructor")
))
static if
(
__traits(compiles, )
)
T
globalInitVar
;
}
Members
Aliases
globalInitVar
alias
globalInitVar
=
globalInitVarImpl
!
T
.
globalInitVar
Undocumented in source.
Static variables
globalInitVar
T
globalInitVar
;
Undocumented in source.
Meta
Source
See Implementation
qt
helpers
functions
const_cast
interpolateMixin
reinterpret_cast
static_cast
stringifyMacroParameter
manifest constants
exportOnWindows
templates
ExternCFunc
ExternCPPFunc
globalInitVar
imported