Relational greater‐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 greater than or equal to the right object, false otherwise

Parameters

Name

Description

Lhs

Optional alignment on the left‐hand side.

Rhs

Alignment on the right‐hand side.

Created with MrDocs