/cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.28/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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1