|
|
|
|
|
by apparatur
74 days ago
|
|
I think the article is trying to address the question from the title.
Definining your own string_view workalike is probably possible, but I'm not sure if it's OK to use it in a public API, for example. Choosing to use const string & may be more suitable. |
|