ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
StripEnum
ocean
core
Traits
If T is enum, aliases to its base type. Otherwise aliases to T.
deprecated
template
StripEnum (
T
) {
alias
StripEnum
=
U
;
alias
StripEnum
=
T
;
}
Members
Aliases
StripEnum
deprecated
alias
StripEnum
=
U
Undocumented in source.
StripEnum
deprecated
alias
StripEnum
=
T
Undocumented in source.
Parameters
T
any type
Meta
Source
See Implementation
ocean
core
Traits
aliases
toDg
functions
GetField
copyClassFields
copyFields
ctfe_i2a
templates
AAType
BaseTypeOfArrays
ContainsDynamicArray
ElementTypeOfArray
FieldName
FieldType
ParameterTupleOf
ReturnAndArgumentTypesOf
ReturnTypeOf
SizeofTuple
StripEnum
StripTypedef
TemplateInstanceArgs
TypeTuple
hasIndirections
hasMember
hasMethod
hasMultiDimensionalDynamicArrays
identifier
isArrayType
isAssocArrayType
isCallableType
isCharType
isComplexType
isCompoundType
isDynamicArrayType
isFloatingPointType
isImaginaryType
isIntegerType
isPointerType
isPrimitiveType
isRealType
isReferenceType
isSignedIntegerType
isStaticArrayType
isStringType
isTypedef
isUnsignedIntegerType
rankOfArray
If T is enum, aliases to its base type. Otherwise aliases to T.