j
k
j a
j l
Artyom wrote:
Hi, Is there any way to set default argument values with Boost::Function?
Hi,
Is there any way to set default argument values with Boost::Function?
In the standard way you would with the same function that doesn't have default arguments: boost::function f = boost::bind(&increment, 1);
Back to the thread
Back to the list