llvm::operator!=

Return true if optional alignment Lhs is set.

Synopsis

Declared in <llvm/Support/Alignment.h>

bool
operator!=(
    MaybeAlign Lhs,
    std::nullopt_t None);

Return Value

True if Lhs is set.

Parameters

NameDescription
LhsOptional alignment on the left-hand side.
NoneTag representing an unset optional.