Type Definition typenum::operator_aliases::Negate [] [src]

type Negate<A> = A::Output;

Alias for the associated type of Neg: Negate<A> = <A as Neg>::Output