problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
acwing::acwing849::comp结构体 参考

#include <acwing.h>

Public 成员函数

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

详细描述

在文件 acwing.h2065 行定义.

成员函数说明

◆ operator()()

bool acwing::acwing849::comp::operator() ( const pair< int, int > & p1,
const pair< int, int > & p2 ) const

在文件 acwing.cpp7157 行定义.

7157{ return p1.second > p2.second; }

引用了 operator()().

被这些函数引用 operator()().


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