MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
aligned_storage< Len, Align > 模板结构体 参考

创建指定大小和对齐要求的存储类型 更多...

#include <type_traits.hpp>

struct  type
 实际的对齐存储类型 更多...

详细描述

template<size_t Len, size_t Align = alignof(_MSTL max_align_t)>
struct aligned_storage< Len, Align >

创建指定大小和对齐要求的存储类型

模板参数
Len存储大小
Align对齐要求

在文件 type_traits.hpp3481 行定义.


该结构体的文档由以下文件生成: