|
OpenVPN 3 Core Library
|
Go to the source code of this file.
Namespaces | |
| namespace | openvpn |
Functions | |
| template<typename T > requires (!requires(T a) { std::to_string(a); }) && requires(std::ostream &os, const T &t) { os << t; } | |
| std::string | openvpn::to_string (const T &t) |
| Convert a value to a string. | |