NSCpp 2.0
NSCpp is a modern C++20 server/client framework designed to simplify network programming in C++. With robust support for both IPv4 and IPv6, as well as TCP and UDP communication protocols.
 
Loading...
Searching...
No Matches
GroupManager.h File Reference
#include <functional>
#include <unordered_map>
#include <shared_mutex>
#include <memory>
#include <vector>
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

class  GroupManager
 

Functions

template<typename T>
auto createCallback (T *ptr, void(T::*method)(const std::string &))
 Project NSCpp.
 

Function Documentation

◆ 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.