Returns true if A is less than B.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

bool
operator<(
    int64_t A,
    DynamicAPInt const& B);

Return Value

True if A is less than B.

Parameters

Name

Description

A

Left‐hand operand.

B

Right‐hand operand.

Created with MrDocs