|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
控制台尺寸结构 更多...
#include <console.hpp>
Public 成员函数 | |
| bool | operator== (const console_size &other) const noexcept |
| 相等比较 | |
| bool | operator!= (const console_size &other) const noexcept |
| 不等比较 | |
Public 属性 | |
| int | width |
| 宽度(列数) | |
| int | height |
| 高度(行数) | |
控制台尺寸结构
在文件 console.hpp 第 68 行定义.