Projective plane Concept.
More...
#include <pg_concepts.hpp>
template<class Point, class Line>
std::equality_comparable<Point>
&& requires(const Point& pt_p, const Point& pt_q, const Line& ln_l) {
{ pt_p.incident(ln_l) } -> std::convertible_to<bool>;
{ pt_p.meet(pt_q) } -> std::convertible_to<Line>;
}
Projective plane Concept.
Definition pg_concepts.hpp:20
Projective plane Concept.
- Template Parameters
-