std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: extents
From cppreference.net
C++
Containers library
|
(C++17)
|
||||
| Sequence | ||||
|
(C++11)
|
||||
|
(C++26)
|
||||
|
(C++26)
|
||||
|
(C++11)
|
||||
| Associative | ||||
| Unordered associative | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Adaptors | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
| Views | ||||
|
(C++20)
|
||||
|
(C++23)
|
||||
| Tables | ||||
| Iterator invalidation | ||||
| Member function table | ||||
| Non-member function table |
std::mdspan
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
constexpr
const
extents_type
&
extents
(
)
const
noexcept
;
|
(C++23以降) | |
レイアウトマッピング
map_
のエクステンツへのconst参照を返します。
以下と同等です:
return
map_.
extents
(
)
;
。
目次 |
パラメータ
(なし)
戻り値
範囲へのconst参照。
例
|
このセクションは不完全です
理由: 例がありません |
関連項目
| このセクションは不完全です |