The std::basic_string_view Type
std::string_view is built upon the std::basic_string_view type. We'll see the implementation below.
Although we talk about string_view
, it’s important to know that this is only a specialisation of a template class called basic_string_view
:
Get hands-on with 1400+ tech skills courses.