|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
非拥有连续内存视图 更多...
类 | |
| class | memory_view< Element, Extent > |
| 内存视图模板 更多... | |
类型定义 | |
| using | byte_view = memory_view<byte_t> |
| 字节视图类型别名 | |
| using | cbyte_view = memory_view<const byte_t> |
| 常量字节视图类型别名 | |
变量 | |
| NEFORCE_INLINE17 constexpr size_t | dynamic_extent = numeric_traits<size_t>::max() |
| 动态范围标记,表示大小在运行时确定 | |
非拥有连续内存视图