/cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/AthContainers/AthContainers/tools/assume.h File Reference
Macro to provide hints for optimization.
More...
Go to the source code of this file.
Defines |
#define | ATHCONTAINERS_ASSUME(x) do { } while(0) |
Detailed Description
Macro to provide hints for optimization.
- Author:
- scott snyder <snyder@bnl.gov>
- Date:
- Oct, 2013 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.