I was looking for examples on how to do something and saw this two variants:
std::string const &s;
const std::string &s;
in different snippets.
thx for your answer :)
I was looking for examples on how to do something and saw this two variants:
std::string const &s;
const std::string &s;
in different snippets.
thx for your answer :)