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

#include <acwing.h>

Public 成员函数

bool operator() (const step &, const step &) const
 

详细描述

在文件 acwing.h577 行定义.

成员函数说明

◆ operator()()

bool acwing::acwing1929::step_equal::operator() ( const step s1,
const step s2 
) const

在文件 acwing.cpp1731 行定义.

1731{ return s1.d == s2.d && s1.x == s2.x && s1.y == s2.y; }

引用了 acwing::acwing1929::step::d, acwing::acwing1929::step::x , 以及 acwing::acwing1929::step::y.


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