|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
字节大小表示和转换工具 更多...
#include "NeForce/core/utility/packages.hpp"#include "NeForce/core/string/format.hpp"#include "NeForce/core/string/to_numerics.hpp"#include "NeForce/core/algorithm/type_erase.hpp"类 | |
| class | neforce::byte_size |
| 字节大小类 更多... | |
| struct | neforce::unpackage< byte_size > |
| byte_size 的类型解包特化 更多... | |
函数 | |
| constexpr byte_size | neforce::operator""_B (const unsigned long long bytes) noexcept |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_B (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_KB (const unsigned long long bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_KB (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_MB (const unsigned long long bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_MB (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_GB (const unsigned long long bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_GB (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_TB (const unsigned long long bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_TB (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_PB (const unsigned long long bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_PB (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_EB (const unsigned long long bytes) |
| 创建byte_size的字面量操作符 | |
| constexpr byte_size | neforce::operator""_EB (const decimal_t bytes) |
| 创建byte_size的字面量操作符 | |