最終更新日時(UTC):
が更新

履歴 編集

function template
<mdspan>

std::aligned_accessor::operator default_accessor

template<class OtherElementType>
  constexpr operator default_accessor<OtherElementType>() const noexcept;

概要

default_accessor型への変換演算子

テンプレートパラメータ制約

is_convertible_v<element_type(*)[], OtherElementType(*)[]>trueであること

効果

return {};と等価

例外

投げない

バージョン

言語

  • C++26

処理系

参照