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

#include <pat.h>

Public 成员函数

bool operator() (const string &s1, const string &s2) const
 

详细描述

在文件 pat.h648 行定义.

成员函数说明

◆ operator()()

bool pat::b::b1100::comp::operator() ( const string &  s1,
const string &  s2 
) const

在文件 pat.cpp3607 行定义.

3607{ return s1.substr(6, 8) < s2.substr(6, 8); }

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