Go to the documentation of this file.
3 #ifndef __ZMQ_LIKELY_HPP_INCLUDED__
4 #define __ZMQ_LIKELY_HPP_INCLUDED__
7 #define likely(x) __builtin_expect ((x), 1)
8 #define unlikely(x) __builtin_expect ((x), 0)
11 #define unlikely(x) (x)
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:55