|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
磁盘空间信息 更多...
#include <sysinfo.hpp>
Public 成员函数 | |
| float64_t | usage_percent () const noexcept |
| 磁盘使用率 | |
Public 属性 | |
| string | path |
| 磁盘路径或挂载点 | |
| uint64_t | total_bytes {0} |
| 总容量(字节) | |
| uint64_t | free_bytes {0} |
| 可用空间(字节) | |
| uint64_t | used_bytes {0} |
| 已用空间(字节) | |
|
inlinenodiscardnoexcept |