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

#include <leetcode.h>

Public 成员函数

bool operator() (const pair< int, int > &p1, const pair< int, int > &p2) const
 

详细描述

在文件 leetcode.h2858 行定义.

成员函数说明

◆ operator()()

bool leetcode::pacific_atlantic_waterflow::myeq::operator() ( const pair< int, int > &  p1,
const pair< int, int > &  p2 
) const

在文件 leetcode.cpp7954 行定义.

7954{ return p1 == p2; }

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