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

#include <pat.h>

Public 成员函数

bool operator() (const paper &p1, const paper &p2) const
 

详细描述

在文件 pat.h668 行定义.

成员函数说明

◆ operator()()

bool pat::b::b1102::comp_sale::operator() ( const paper p1,
const paper p2 
) const

在文件 pat.cpp3641 行定义.

3641{ return p1.sale < p2.sale; }

引用了 pat::b::b1102::paper::sale.


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