-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
`std::bind_front(F&& f, Args&&... args)` generates a forwarding call wrapper for a functor F allowing to bound any number of its first parameters. bind_front makes it easier to manage the lifetime of what a lambda would capture and should be preferred as a replacement