Go to the source code of this file.
Defines inequality of two map locations.
- Parameters
-
loc1 | The first location to test. |
loc2 | The second location to test. |
- Returns
- If the locations are not equal.
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const MapLocation & |
loc |
|
) |
| |
Outputs a string representation of a map location to the given output stream.
- Parameters
-
out | The output stream. |
loc | The map location to output. |
- Returns
- The output stream.
Defines equality of two map locations.
- Parameters
-
loc1 | The first location to test. |
loc2 | The second location to test. |
- Returns
- If the locations are equal or not.