Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
Coordinates.cpp File Reference
#include <cmath>
#include <string>
#include <tuple>
#include "Coordinates.hpp"
#include "Map.hpp"
Include dependency graph for Coordinates.cpp:

Functions

bool operator< (const Coordinates &l, const Coordinates &r)
 

Function Documentation

◆ operator<()

bool operator< ( const Coordinates l,
const Coordinates r 
)
Parameters
lCoordinates
rCoordinates
Returns
true if l < r. false if l >= r.