#include <functional>
#include <unordered_map>
#include <shared_mutex>
#include <memory>
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
|
template<typename T> |
auto | createCallback (T *ptr, void(T::*method)(const std::string &)) |
| Project NSCpp.
|
|
◆ createCallback()
template<typename T>
auto createCallback |
( |
T * | ptr, |
|
|
void(T::* | method )(const std::string &) ) |
Project NSCpp.
- Author
- Thomas K/BIDI
- Version
- 2.0 Template which can be used to create group callbacks from class' methods.