Many choices.
How to Initialize a String Member
by Bartlomiej Filipek
From the article:
How do you initialise a string member in the constructor? By using const string&, string value and move, string_view or maybe something else?
Let’s have a look at possible options.
Add a Comment
Comments are closed.