Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Defines

bsls_performancehint.h File Reference

Provide performance hints for code optimization. More...

Go to the source code of this file.

Classes

struct  bsls::PerformanceHint

Namespaces

namespace  bsls

Defines

#define BSLS_PERFORMANCEHINT_PREDICT_LIKELY(expr)   (expr)
#define BSLS_PERFORMANCEHINT_PREDICT_UNLIKELY(expr)   (expr)
#define BSLS_PERFORMANCEHINT_PREDICT_EXPECT(expr, value)   (expr)
#define BSLS_PERFORMANCEHINT_ATTRIBUTE_COLD
#define BSLS_PERFORMANCEHINT_UNLIKELY_HINT

Detailed Description