Skip to content

piko::tutorial

piko::tools store

callable object

Registering callback using std::function in C++
Posted in
  • C++

Registering callback using std::function in C++

Welcome to the next pikoTutorial! Imagine you’re building an application that processes some data and once it’s done, the user needs to be notified about the result. Since you don’t want to hard-code the notification logic, it’s better to allow the user to register a custom function that will be…

Registering callback using std::function in C++ Read More
    Powered by WordPress and HybridMag.

    Resources

    • Privacy Policy