mambo ~master (2019-03-10T19:10:20Z)
Home
Dub
Repo
ValueTypeOfAssociativeArray
mambo
util
Traits
Evaluates to the value type of the associative array.
template
ValueTypeOfAssociativeArray (
T
) {
alias
ValueTypeOfAssociativeArray
=
typeof
(
T
.
init
.
values
[
0
])
;
}
Members
Aliases
ValueTypeOfAssociativeArray
alias
ValueTypeOfAssociativeArray
=
typeof
(
T
.
init
.
values
[
0
])
Undocumented in source.
Meta
Source
See Implementation
mambo
util
Traits
aliases
BaseTypeTupleOf
ParameterTupleOf
ReturnTypeOf
Unqual
templates
BaseTypeOfEnum
BaseTypeOfPointer
BaseTypeOfTypedef
ElementTypeOfArray
KeyTypeOfAssociativeArray
TypeOf
ValueTypeOfAssociativeArray
isArray
isAssociativeArray
isAssociativeArrayPredicate
isChar
isClass
isEnum
isFloatingPoint
isFunctionPointer
isInterface
isObject
isPointer
isPredicate
isPrimitive
isReference
isString
isStruct
isSymbol
isType
isTypedef
isUnion
isVoid
Evaluates to the value type of the associative array.