problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
acwing::acwing2060::point结构体 参考

#include <acwing.h>

Public 成员函数

 point ()=default
 
 point (int x, int y)
 

Public 属性

int x
 
int y
 

详细描述

在文件 acwing.h120 行定义.

构造及析构函数说明

◆ point() [1/2]

acwing::acwing2060::point::point ( )
default

◆ point() [2/2]

acwing::acwing2060::point::point ( int x,
int y )
inline

在文件 acwing.h126 行定义.

引用了 x , 以及 y.

类成员变量说明

◆ x

int acwing::acwing2060::point::x

◆ y

int acwing::acwing2060::point::y

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