How does boost::signal differ from std::function ?
If the conversation turns on the possibility to connect more than one slot in boost::signal - you can move on to the comparison with the std::function array
How does boost::signal differ from std::function ?
If the conversation turns on the possibility to connect more than one slot in boost::signal - you can move on to the comparison with the std::function array
Source: https://ru.stackoverflow.com/questions/631199/
All Articles