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

#include <pat.h>

Public 成员函数

bool operator() (const customer &c1, const customer &c2) const
 

详细描述

在文件 pat.h851 行定义.

成员函数说明

◆ operator()()

bool pat::a::a1017::customer_comp_p::operator() ( const customer c1,
const customer c2 
) const

在文件 pat.cpp4563 行定义.

4563{ return c1.p > c2.p; }

引用了 pat::a::a1017::customer::p.


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