As the name may seem, I am having problems with how all the functions of Boost Bind, Boost, Boost Signals and C ++ work together.
From my point of view, the function of Bust Bind and Boost in a connection works like Signals, and Signals is an abstraction above Bind and Function.
Also, compared to standard C ++ function pointers, why is the Boost / bind function preferable?
Hope you can help me sort out my confusion. Basically I'm trying to find a better / simpler callback solution using C ++. :)
source
share