Video description
Forwarding call wrappers and function wrappers provide an elegant solution to many problems involving interfaces and callbacks. In this webcast we will explore how to employ std::bind and std::function to write better, decoupled code.Participants will learn:What a functor is and why it is usefulHow to bind call arguments of all flavorsHow to use placeholders and adapt interfacesHow to store callable things based on their signatureHow to …