P99

◆ P99_IS_VOID

#define P99_IS_VOID (   ...)    P00_IS_VOID(P99_IS_EMPTY(__VA_ARGS__), P99_IS_EQ_void(__VA_ARGS__))

Test whether or not its argument is empty or if it consists of the word void.

See also
P99_IF_void for a macro that tests if the argument is exactly the word void.

Definition at line 158 of file p99_logical.h.