Skip to content

piko::tutorial

  • Privacy Policy

std function

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
Copyright © 2026 piko::tutorial.
Powered by WordPress and HybridMag.
  • Privacy Policy