OpenVPN 3 Core Library
Loading...
Searching...
No Matches
likely.hpp 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

◆ likely

#define likely (   x)    (x)

Definition at line 21 of file likely.hpp.

◆ unlikely

#define unlikely (   x)    (x)

Definition at line 22 of file likely.hpp.