SocketStreams v1.11.1
Loading...
Searching...
No Matches
SocketStreamsUtility.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace web::utility
6{
7 template<typename T>
8 concept Fundamental = std::is_fundamental_v<T>;
9
14 std::string getSocketStreamsVersion();
15}
Definition SocketStreamsUtility.h:8
Definition ContainerWrapper.cpp:6
std::string getSocketStreamsVersion()
Get curret version of SocketStreams library.
Definition SocketStreamsUtility.cpp:7