- mdspan[meta header]
- function[meta id-type]
- std[meta namespace]
- default_accessor[meta class]
- cpp23[meta cpp]
constexpr default_accessor() noexcept = default; // (1)
template<class OtherElementType>
constexpr default_accessor(default_accessor<OtherElementType>) noexcept; // (2)
- (1) : デフォルトコンストラクタ
- (2) : 他
default_accessor
からの変換コンストラクタ
- (2) :
is_convertible_v
<OtherElementType(*)[], element_type(*)[]>
がtrue
であること
投げない
- C++23
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??