does foo take ownership of the array (delete it afterwards)? ... int a[100]; // auto-deduces type + size std::span s1 { a }; C++20 ...
確定! 回上一頁