Passing two parameters: one by const ref. and another by ref.
Mar 30, 2014 at 5:32am
Is it okay to pass two parameters to a function with one by constant referecne and the other by reference?
|
void getUniqueIP(const vector<string>& refIP, vector<string>& refUniqueIP)
|
Mar 30, 2014 at 5:38am
Last edited on Mar 30, 2014 at 5:47am
Topic archived. No new replies allowed.