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

#include <leetcode.h>

Public 成员函数

size_t operator() (const pair< int, int > &p) const
 

详细描述

在文件 leetcode.h2854 行定义.

成员函数说明

◆ operator()()

size_t leetcode::pacific_atlantic_waterflow::myhash::operator() ( const pair< int, int > &  p) const

在文件 leetcode.cpp7956 行定义.

7956{ return p.first * 200 + p.second; }

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