Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 659 Bytes

offset.md

File metadata and controls

35 lines (25 loc) · 659 Bytes

offset

  • mdspan[meta header]
  • function[meta id-type]
  • std[meta namespace]
  • default_accessor[meta class]
  • cpp23[meta cpp]
constexpr data_handle_type offset(data_handle_type p, size_t i) const noexcept;

概要

指定オフセット位置のハンドルを取得する。

戻り値

p + i

例外

投げない

バージョン

言語

  • C++23

処理系

参照