PromotedType

Type, unless it is smaller than int, in which case it is promoted

This is useful for predicting the return type due to algebraic type promotion

template PromotedType (
Type
) {}

Members

Aliases

PromotedType
alias PromotedType = typeof(Type(0) + Type(0))
Undocumented in source.

Meta