![]()  | 
  
    Vcsn
    2.2
    
   Be Rational 
   | 
 
Go to the source code of this file.
Macros | |
| #define | likely(Exp) __builtin_expect(!!(Exp), 1) | 
| #define | unlikely(Exp) __builtin_expect(!!(Exp), 0) | 
| #define likely | ( | Exp | ) | __builtin_expect(!!(Exp), 1) | 
Definition at line 15 of file cassert.hh.
| #define unlikely | ( | Exp | ) | __builtin_expect(!!(Exp), 0) | 
Definition at line 16 of file cassert.hh.