RealType

Will strip off any Nullable, Typedefs and qualifiers from a given type

Members

Aliases

NT
alias NT = Unqual!(NoNullable!(TypedefType!T))
Undocumented in source.
RealType
alias RealType = NT
Undocumented in source.
RealType
alias RealType = RealType!NT
Undocumented in source.

Examples

static assert(RealType!(const Nullable!(immutable int) == int);

Meta