Compare two source locations for equality.
Declared in <logging.h>
bool
operator()(
SourceLocation const& lhs,
SourceLocation const& rhs) const noexcept;
true if both refer to the same line and file.
| Name | Description |
|---|---|
| lhs | The first source location. |
| rhs | The second source location. |