![]() |
ATLAS Offline Software
|
Macro to provide hints for optimization. More...
Go to the source code of this file.
Macros | |
| #define | ATHCONTAINERS_ASSUME(x) |
Macro to provide hints for optimization.
ATHCONTAINERS_ASSUME(x) informs the compiler that it can assume that condition x is true. This can be used to let the compiler know about conditions that are guaranteed to hold but that it cannot deduce itself, such as postconditions for out-of-line function calls.
Definition in file assume.h.