problemscpp
A collection of my answers to algorithm problems in c++.
Public 成员函数 | 所有成员列表
acwing::acwing2060::pointequal结构体 参考

#include <acwing.h>

Public 成员函数

bool operator() (const point &, const point &) const
 

详细描述

在文件 acwing.h133 行定义.

成员函数说明

◆ operator()()

bool acwing::acwing2060::pointequal::operator() ( const point p1,
const point p2 
) const

在文件 acwing.cpp368 行定义.

368{ return p1.x == p2.x && p1.y == p2.y; }

引用了 acwing::acwing2060::point::x , 以及 acwing::acwing2060::point::y.


该结构体的文档由以下文件生成: