RaftLib
0.3a
C++ Stream Processing Template Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
optdef.hpp
1
20
#ifndef _OPTDEF_HPP_
21
#define _OPTDEF_HPP_ 1
22
23
#define likely( x ) __builtin_expect( !!(x), 1 )
24
#define unlikely( x ) __builtin_expect( !!(x), 0 )
25
26
#endif
/* END _OPTDEF_HPP_ */
Generated on Thu Mar 19 2015 14:14:01 for RaftLib by
1.8.8