Return true if optional alignment Lhs is set.
Declared in <llvm/Support/Alignment.h>
bool
operator!=(
MaybeAlign Lhs,
std::nullopt_t None);
True if Lhs is set.
| Name | Description |
|---|---|
| Lhs | Optional alignment on the left-hand side. |
| None | Tag representing an unset optional. |