Equality operator

Synopsis

Declared in <llvm/Support/SMLoc.h>

constexpr
bool
operator==(SMLoc RHS) const;

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

RHS

The right operand

Created with MrDocs