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

type Xor<A, B> = A::Output;

Alias for the associated type of BitXor: Xor<A, B> = <A as BitXor<B>>::Output