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