Defined in header <mdspan> | ||
---|---|---|
constexpr mdspan& operator=( const mdspan& rhs ) = default; | (1) | (since C++23) |
constexpr mdspan& operator=( mdspan&& rhs ) = default; | (2) | (since C++23) |
Assigns rhs
to *this
with.
other | - | another mdspan to copy or move from |
*this
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/container/mdspan/operator%3D