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
5
namespace
web::utility
6
{
7
template
<
typename
T>
8
concept
Fundamental
= std::is_fundamental_v<T>;
9
14
std::string
getSocketStreamsVersion
();
15
}
web::utility::Fundamental
Definition
SocketStreamsUtility.h:8
web::utility
Definition
ContainerWrapper.cpp:6
web::utility::getSocketStreamsVersion
std::string getSocketStreamsVersion()
Get curret version of SocketStreams library.
Definition
SocketStreamsUtility.cpp:7
src
SocketStreamsUtility.h
Generated by
1.12.0