P99
|
◆ P99_UNLIKELY
Mark the conditional expression as being unlikely. This can be useful e.g to test returns of system functions. Many of these return Use with care, as humans are particularly bad at branch prediction. If unsure, first test your conditional for some time to see that the case is really as unlikely as you think.
Definition at line 994 of file p99_compiler.h. |