std::bind(...) is used in partial function applications and its one of the most amazing functionality provided by C++11 onwards. This also enables currying w...
Partial Function Application Using Std::bind(...) in C++11 onwards
Want to call a function but doesn't have all the parameters available? You can use Partial Function Application in C++













