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

Requires a type to define a row and a col member. More...

#include <quetzal/geography/coordinates.hpp>

Concept definition

template<typename T>
concept quetzal::geography::GridCoordinate = requires(T t) {
{
t.col <=> t.row
};
}
Requires a type to define a row and a col member.
Definition coordinates.hpp:32

Detailed Description

Requires a type to define a row and a col member.