Tuesday, August 29, 2017

C++11: Bind: Placeholders

The placeholder objects (_1, _2, …) map the ‘new function’ parameters to ‘old function’ parameters. _5 represents the fifth argument of the ‘new function’.

No comments:

Post a Comment