👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/mdspan/layout_stride/mapping/op_call.md b/reference/mdspan/layout_stride/mapping/op_call.md new file mode 100644 index 000000000..e8ee2367e --- /dev/null +++ b/reference/mdspan/layout_stride/mapping/op_call.md @@ -0,0 +1,85 @@ +# operator() +* mdspan[meta header] +* function template[meta id-type] +* std[meta namespace] +* layout_stride::mapping[meta class] +* cpp23[meta cpp] + +```cpp +template<class... Indices> +constexpr index_type operator()(Indices... i) const noexcep...