numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
OriginalType
numem
core
traits
Gets the original type of
T
.
template
OriginalType (
T
) {
template
Impl
(T)
;
alias
OriginalType
=
ModifyTypePreservingTQ
!(
Impl
,
T
)
;
}
Members
Aliases
OriginalType
alias
OriginalType
=
ModifyTypePreservingTQ
!(
Impl
,
T
)
Undocumented in source.
Templates
Impl
template
Impl
(T)
Undocumented in source.
Meta
Source
See Implementation
numem
core
traits
aliases
Unconst
Unshared
enums
isAggregateType
isAnyAssignable
isAnyCompatible
isAnyCompatibleRange
isArray
isBasicType
isCOMClass
isCPP
isClasslike
isFloatingPoint
isHeapAllocated
isIntegral
isMovable
isNumeric
isObjectiveC
isPointer
isScalarType
isStructLike
isType
isValidObjectiveC
manifest constants
rcReleaseNames
rcRetainNames
properties
lvalueOf
rvalueOf
templates
AllocAlign
AllocSize
BaseElemOf
Fields
FtoI
FunctionTypeOf
ModifyTypePreservingTQ
OriginalType
Parameters
Ref
ReturnType
Unqual
Unref
getUDAs
hasAnyDestructor
hasElaborateAssign
hasElaborateCopyConstructor
hasElaborateDestructor
hasElaborateMove
hasRCReleaseFunction
hasRCRetainFunction
hasUDA
isAssignable
isCallable
isInnerClass
isRefcounted
variables
isInstanceOf
isSomeFunction
Gets the original type of T.