nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ UTIL_CONCAT_OR

#define UTIL_CONCAT_OR ( ...)

#include <include/util/util_macro.h>

Value:
Z_UTIL_CONCAT_OR(__VA_ARGS__)
#define Z_UTIL_CONCAT_OR(...)
Definition util_internal.h:278

Concatenates all arguments with "||" between them into a single token.

This macro does primitive concatenation and doesn't try to process the parameters in preprocessor.

Parameters
...Arguments to concatenate with || between them
Returns
A concatenation of all the arguments with || between them or a single argument