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