Return true if optional alignment Lhs is set.
Declared in <llvm/Support/Alignment.h>
bool
operator!=(
MaybeAlign Lhs,
std::nullopt_t rhs);
true if the objects are not equal, false otherwise
| Name | Description |
|---|---|
| Lhs | The left operand |
| rhs | The right operand |