problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <acwing408.h>
Public 成员函数 | |
template<class T1 , class T2 > | |
bool | operator() (const pair< T1, T2 > &p1, const pair< T1, T2 > &p2) const |
在文件 acwing408.h 第 152 行定义.
bool acwing::acwing858_408::pair_equal::operator() | ( | const pair< T1, T2 > & | p1, |
const pair< T1, T2 > & | p2 | ||
) | const |
在文件 acwing408.cpp 第 703 行定义.