👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/mdspan/default_accessor/offset.md b/reference/mdspan/default_accessor/offset.md new file mode 100644 index 000000000..611ad5a72 --- /dev/null +++ b/reference/mdspan/default_accessor/offset.md @@ -0,0 +1,35 @@ +# offset +* mdspan[meta header] +* function[meta id-type] +* std[meta namespace] +* default_accessor[meta class] +* cpp23[meta cpp] + +```cpp +constexpr data_handle_type offset(data_handle_type p, size_t i) const noexcept; +``` + +## 概要 +指定オフセット位置のハンドルを取得する。 + +## 戻り...