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

#include <acwing.h>

Public 成员函数

 ListNode (int x)
 

Public 属性

ListNodenext
 
int val
 

详细描述

在文件 acwing.h15 行定义.

构造及析构函数说明

◆ ListNode()

acwing::ListNode::ListNode ( int x)
inlineexplicit

在文件 acwing.h19 行定义.

19: val(x), next(nullptr) {}
ListNode * next

引用了 next , 以及 val.

类成员变量说明

◆ next

◆ val


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