problemscpp
A collection of my answers to algorithm problems in c++.
Public 属性 | 所有成员列表
pat::b::b1095::room结构体 参考

#include <pat.h>

Public 属性

int count = 0
 
string id
 
unordered_set< student * > students
 
int sum = 0
 

详细描述

在文件 pat.h607 行定义.

类成员变量说明

◆ count

int pat::b::b1095::room::count = 0

在文件 pat.h610 行定义.

◆ id

string pat::b::b1095::room::id

在文件 pat.h608 行定义.

◆ students

unordered_set<student *> pat::b::b1095::room::students

在文件 pat.h609 行定义.

◆ sum

int pat::b::b1095::room::sum = 0

在文件 pat.h611 行定义.


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