problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
pat::b::b1095::student结构体 参考

#include <pat.h>

Public 属性

string date
 
int grade {}
 
string id
 
char level {}
 
string room
 

详细描述

在文件 pat.h599 行定义.

类成员变量说明

◆ date

string pat::b::b1095::student::date

在文件 pat.h601 行定义.

◆ grade

int pat::b::b1095::student::grade {}

在文件 pat.h604 行定义.

604{};

被这些函数引用 pat::b::b1095::p_stu_comp::operator()().

◆ id

string pat::b::b1095::student::id

在文件 pat.h600 行定义.

被这些函数引用 pat::b::b1095::p_stu_comp::operator()().

◆ level

char pat::b::b1095::student::level {}

在文件 pat.h603 行定义.

603{};

◆ room

string pat::b::b1095::student::room

在文件 pat.h602 行定义.


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