Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::geography::Coordinate Concept Reference

Requires a type to define a lat and a lon member. More...

#include <quetzal/geography/coordinates.hpp>

Concept definition

template<typename T>
concept quetzal::geography::Coordinate = requires(T t) {
{
t.lon <=> t.lat
};
}
Requires a type to define a lat and a lon member.
Definition coordinates.hpp:101

Detailed Description

Requires a type to define a lat and a lon member.