problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
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 }

引用了 operator()().

被这些函数引用 operator()().


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