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

#include <acwing.h>

Public 成员函数

unsigned long operator() (const step &) const
 

详细描述

在文件 acwing.h573 行定义.

成员函数说明

◆ operator()()

unsigned long acwing::acwing1929::step_hash::operator() ( const step s) const

在文件 acwing.cpp1729 行定义.

1729{ return s.d * 1000 * 1000 + s.x * 1000 + s.y; }

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


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