llvm::operator<=

Relational less-or-equal is deleted for MaybeAlign vs Align.

Synopsis

Declared in <llvm/Support/Alignment.h>

bool
operator<=(
    MaybeAlign Lhs,
    Align Rhs) = delete;

Return Value

true if the left object is less than or equal to the right object, false otherwise

Parameters

NameDescription
LhsOptional alignment on the left-hand side.
RhsAlignment on the right-hand side.