This is Unofficial EPICS BASE Doxygen Site
likely.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define likely(x)   (x)
 
#define unlikely(x)   (x)
 

Macro Definition Documentation

#define likely (   x)    (x)

Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.

Definition at line 14 of file likely.h.

#define unlikely (   x)    (x)

Definition at line 15 of file likely.h.