problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
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; }

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