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

#include <acwing.h>

Public 成员函数

bool operator() (const pair< unsigned int, unsigned int > &left, const pair< unsigned int, unsigned int > &right) const
 

详细描述

在文件 acwing.h830 行定义.

成员函数说明

◆ operator()()

bool acwing::acwing1826::cmpcol::operator() ( const pair< unsigned int, unsigned int > &  left,
const pair< unsigned int, unsigned int > &  right 
) const

在文件 acwing.cpp2497 行定义.

2497{ return left.second < right.second; }

引用了 acwing::acwing1929::left , 以及 acwing::acwing1929::right.


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