Module hint

Source
Expand description

Extensions to std::hint.

Functions§

black_box
A function that is opaque to the optimizer, used to prevent the compiler from optimizing away computations in a benchmark.