Monday, October 30, 2017

C++17: std::invoke

C++17 added the std::invoke() function, which takes a callable object and parameters; and calls the callable object with the parameters.

References:


No comments:

Post a Comment