problemscpp
A collection of my answers to algorithm problems in c++.
Public 成员函数 | Public 属性 | 所有成员列表
pat::a::a1016::customer结构体 参考

#include <pat.h>

Public 成员函数

 customer ()=default
 
 customer (string name)
 

Public 属性

string name
 
vector< recordrecords
 

详细描述

在文件 pat.h823 行定义.

构造及析构函数说明

◆ customer() [1/2]

pat::a::a1016::customer::customer ( )
default

◆ customer() [2/2]

pat::a::a1016::customer::customer ( string  name)
inlineexplicit

在文件 pat.h829 行定义.

830 : name(std::move(std::move(name))) {}

类成员变量说明

◆ name

string pat::a::a1016::customer::name

在文件 pat.h824 行定义.

◆ records

vector<record> pat::a::a1016::customer::records

在文件 pat.h825 行定义.


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