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

#include <acwing408.h>

Public 成员函数

bool operator() (const tuple< int, int, int > &t1, const tuple< int, int, int > &t2)
 

详细描述

在文件 acwing408.h158 行定义.

成员函数说明

◆ operator()()

bool acwing::acwing858_408::tuple_compare::operator() ( const tuple< int, int, int > &  t1,
const tuple< int, int, int > &  t2 
)

在文件 acwing408.cpp708 行定义.

708 {
709 return get<2>(t1) > get<2>(t2);
710 }

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