|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
固定大小数组容器实现 更多...
类 | |
| struct | array_iterator< IsConst, Size, Array > |
| 数组迭代器 更多... | |
| class | array< T, Size > |
| 固定大小数组容器 更多... | |
| class | array< T, 0 > |
| 大小为0的数组特化 更多... | |
函数 | |
| template<size_t Idx, typename T, size_t Size> | |
| constexpr T & | get (array< T, Size > &arr) noexcept |
| 获取左值数组指定位置的元素 | |
| template<size_t Idx, typename T, size_t Size> | |
| constexpr const T & | get (const array< T, Size > &arr) noexcept |
| 获取常量左值数组指定位置的常量元素 | |
| template<size_t Idx, typename T, size_t Size> | |
| constexpr T && | get (array< T, Size > &&arr) noexcept |
| 获取右值数组指定位置的常量元素 | |
| template<size_t Idx, typename T, size_t Size> | |
| constexpr const T && | get (const array< T, Size > &&arr) noexcept |
| 获取常量右值数组指定位置的常量元素 | |
固定大小数组容器实现
|
nodiscardconstexprnoexcept |
|
nodiscardconstexprnoexcept |
|
nodiscardconstexprnoexcept |