P99

◆ P99_2COMPLEMENT

#define P99_2COMPLEMENT (   T)    (P99_SIGNED_REPRESENTATION(T) == p99_signed_representation_twos)

If the sign representation of a type is two's complement the type has no negative zero and can thus represent one more value.

Definition at line 707 of file p99_int.h.