tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
RealTypeOf
tango
core
Traits
real type for the given type
template
RealTypeOf (
T
) {
alias
RealTypeOf
=
float
;
alias
RealTypeOf
=
double
;
alias
RealTypeOf
=
real
;
}
Members
Aliases
RealTypeOf
alias
RealTypeOf
=
float
Undocumented in source.
RealTypeOf
alias
RealTypeOf
=
double
Undocumented in source.
RealTypeOf
alias
RealTypeOf
=
real
Undocumented in source.
Meta
Source
See Implementation
tango
core
Traits
functions
ctfe_i2a
templates
BaseTypeOf
BaseTypeOfArrays
BaseTypeTupleOf
ComplexTypeOf
DynamicArrayType
ElementTypeOfArray
ExprTypeOf
ImaginaryTypeOf
InoutTypeOf
KeyTypeOfAA
MaxPrecTypeOf
ParameterTupleOf
RealTypeOf
ReturnTypeOf
ValTypeOfAA
isArrayType
isAssocArrayType
isAtomicType
isCallableType
isCharType
isComplexType
isDynamicArrayType
isFloatingPointType
isImaginaryType
isIntegerType
isPointerType
isRealType
isReferenceType
isSignedIntegerType
isStaticArrayType
isStringType
isUnsignedIntegerType
rankOfArray
staticArraySize
real type for the given type