Lines Matching defs:operator
72 Self &operator++() {
76 Self &operator--() {
80 Self &operator+=(std::ptrdiff_t d) {
84 Self &operator-=(std::ptrdiff_t d) {
88 std::ptrdiff_t operator-(Self const &other) const {
91 Point const &operator*() const {
98 bool operator==(Self const &other) const {
101 bool operator<(Self const &other) const {
217 Point const &operator[](std::size_t i) const {
265 //ConvexHull &operator|=(ConvexHull const &other);
266 //ConvexHull &operator&=(ConvexHull const &other);
267 //ConvexHull &operator*=(Affine const &m);
322 /** @brief Output operator for convex hulls.
324 inline std::ostream &operator<< (std::ostream &out_file, const Geom::ConvexHull &in_cvx) {