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

◆ UTIL_CONCAT_AND

#define UTIL_CONCAT_AND ( ...)

#include <include/util/util_macro.h>

Value:
Z_UTIL_CONCAT_AND(__VA_ARGS__)
#define Z_UTIL_CONCAT_AND(...)
Definition util_internal.h:239

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