std::experimental::overaligned_tag, std::experimental::overaligned
來自 cppreference.com
< cpp | experimental | simd
定義於標頭檔案 <experimental/simd> |
||
template< std::size_t N > struct overaligned_tag {}; |
(並行技術規範 v2) | |
此標籤型別表示 copy_from 和 copy_to 的緩衝區按 N 對齊。
[編輯] 模板引數
N | - | 記憶體訪問可能假定的對齊位元組數 |
[編輯] 參閱
(並行技術規範 v2) |
指示載入/儲存地址對齊到向量對齊的標誌 (類) |
(並行技術規範 v2) |
指示載入/儲存地址對齊到元素對齊的標誌 (類) |