j
k
j a
j l
f(p1, boost::optional<Param2>(p2), boost::optional<Param3>(), boost::optional<Param4>(p4) );
The params would be implicitly converted, so you can call like this: f(p1, p2, boost::optional<Param3>(), p4);
Back to the thread
Back to the list