|
#include "tuple_element.h"
Go to the source code of this file.
Macros | |
#define | _detail_ARMARX_IF_IN_PARENTHESIS_EXPAND(...) , |
If the first parameter is in parenthesis, the second parameter is returned, otherwise the third is returned. More... | |
#define | ARMARX_IF_IN_PARENTHESIS(cond, t, f) ARMARX_THIRD_PARAMETER(_detail_ARMARX_IF_IN_PARENTHESIS_EXPAND cond,t,f) |
#define ARMARX_IF_IN_PARENTHESIS | ( | cond, | |
t, | |||
f | |||
) | ARMARX_THIRD_PARAMETER(_detail_ARMARX_IF_IN_PARENTHESIS_EXPAND cond,t,f) |
Definition at line 33 of file if_in_parentheses.h.