if_in_parentheses.h File Reference
#include "tuple_element.h"
+ Include dependency graph for if_in_parentheses.h:
+ This graph shows which files directly or indirectly include this file:

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.
 
#define ARMARX_IF_IN_PARENTHESIS(cond, t, f)
 

Macro Definition Documentation

◆ ARMARX_IF_IN_PARENTHESIS

#define ARMARX_IF_IN_PARENTHESIS ( cond,
t,
f )
Value:
#define _detail_ARMARX_IF_IN_PARENTHESIS_EXPAND(...)
If the first parameter is in parenthesis, the second parameter is returned, otherwise the third is re...
#define ARMARX_THIRD_PARAMETER(...)
Expands the given parameters and returns the third.

Definition at line 33 of file if_in_parentheses.h.