- mdspan[meta header]
- function template[meta id-type]
- std[meta namespace]
- aligned_accessor[meta class]
- cpp26[meta cpp]
template<class OtherElementType>
constexpr operator default_accessor<OtherElementType>() const noexcept;
- default_accessor[link ../default_accessor.md]
default_accessor
型への変換演算子
is_convertible_v
<element_type(*)[], OtherElementType(*)[]>
がtrue
であること
return {};
と等価
投げない
- C++26
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??