12 Dec
2013
12 Dec
'13
11:43 p.m.
Rob Stewart wrote:
bool try_lexical_cast
(const In&, Out&), I'd say. I prefer output parameters to be first. It allows flexibility in adding arguments and even defaulting some.
I myself have put the output parameter of my "parse" example first, because it takes two inputs. So you certainly have a point.