Practice Test Geeks home

CPP Modern C++ Features (C++17/20) 3

What is the primary advantage of `std::string_view` over `const std::string&` as a function parameter?

Select your answer