Код: Выделить всё
void p(std::span s) {
for(auto x : s) {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/74960217/how-to-pass-values-directly-to-stdspan[/url]Код: Выделить всё
void p(std::span s) {
for(auto x : s) {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/74960217/how-to-pass-values-directly-to-stdspan[/url]