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

#include <acwing.h>

Public 成员函数

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

详细描述

在文件 acwing.h825 行定义.

成员函数说明

◆ operator()()

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

在文件 acwing.cpp2495 行定义.

2495{ return left.first < right.first; }

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