problemscpp
A collection of my answers to algorithm problems in c++.
pat
a
a1017
customer_comp_p
Public 成员函数
|
所有成员列表
pat::a::a1017::customer_comp_p结构体 参考
#include <
pat.h
>
Public 成员函数
bool
operator()
(const
customer
&c1, const
customer
&c2) const
详细描述
在文件
pat.h
第
851
行定义.
成员函数说明
◆
operator()()
bool pat::a::a1017::customer_comp_p::operator()
(
const
customer
&
c1
,
const
customer
&
c2
)
const
在文件
pat.cpp
第
4563
行定义.
4563
{
return
c1.p > c2.p; }
引用了
pat::a::a1017::customer::p
.
该结构体的文档由以下文件生成:
pat.h
pat.cpp
制作者
1.9.2