Skip to content

Add comparison operators #7

@roliveira

Description

@roliveira
bool operator<(const RPoint<T> p, RPoint<T> q)
bool operator>(const RPoint<T> p, RPoint<T> q)
bool operator<=(const RPoint<T> p, RPoint<T> q)
bool operator>=(const RPoint<T> p, RPoint<T> q)
bool operator==(const RPoint<T> p, RPoint<T> q)
bool operator!=(const RPoint<T> p, RPoint<T> q)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions