llvm::operator!=

Return true if optional alignment Lhs is set.

Synopsis

Declared in <llvm/Support/Alignment.h>

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

Return Value

true if the objects are not equal, false otherwise

Parameters

NameDescription
LhsThe left operand
rhsThe right operand