You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For passing as a reference std::vector<std::string> const&and std::vector<std::string_view> const& (and less so std::vector<std::string_view>) make sense.
For passing as a reference
std::vector<std::string> const&andstd::vector<std::string_view> const&(and less sostd::vector<std::string_view>) make sense.Which one to choose? I tend towards the first.
This gets more prominent with resources!