Marks t as used so its computation is not elided.
Declared in <folly/lang/Hint.h>
template<typename T>
void
compiler_must_not_elide(T const& t) noexcept;
This function is defined as an Algorithm Function Object (AFO).
| Name | Description |
|---|---|
| t | The value to treat as used. |