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
Serializer.h File Reference
#include <unordered_map>
#include <string>
#include <vector>
#include <shared_mutex>
#include <sstream>

Go to the source code of this file.

Classes

class  Serializer
 

Functions

void sanitizeString (const std::string &separator, std::string &value)
 Project NSCpp.
 

Function Documentation

◆ sanitizeString()

void sanitizeString ( const std::string & separator,
std::string & value )

Project NSCpp.

Author
Thomas K/BIDI
Version
2.0

This function remove every occurence of the separator inside the value string.

Parameters
separatorSeparator's string to remove inside the given string.
valueString in which the separators will be removed.