Promoted

checkedint-aware wrapper for future.traits.Promoted

Members

Aliases

Promoted
alias Promoted = TransEx!(bsct.Promoted, T)
Undocumented in source.

Examples

static assert(is(Promoted!byte == int));
static assert(is(Promoted!(SmartInt!byte) == SmartInt!int));
static assert(is(Promoted!int == int));
static assert(is(Promoted!(SmartInt!int) == SmartInt!int));

Meta