CAEN Utility  2.0.2
Utilities for CAEN projects
Macro to set likelihood of if statements

These macros communicate to the compiler that the conditional expression is likely or unlikely to yield a positive result. More...

Macros

#define c_likely(x)   (x)
 
#define c_unlikely(x)   (x)
 

Detailed Description

These macros communicate to the compiler that the conditional expression is likely or unlikely to yield a positive result.

Precondition
Linux only

Macro Definition Documentation

◆ c_likely

#define c_likely (   x)    (x)

Definition at line 292 of file CAENUtility.h.

◆ c_unlikely

#define c_unlikely (   x)    (x)

Definition at line 293 of file CAENUtility.h.