16#ifndef OPENVPN_COMMON_TO_STRING_H
17#define OPENVPN_COMMON_TO_STRING_H
29#ifndef OPENVPN_PLATFORM_ANDROID
32 typename std::enable_if<std::is_arithmetic<T>::value,
int>::type = 0>
35 return std::to_string(value);
41#ifndef OPENVPN_PLATFORM_ANDROID
43 typename std::enable_if<!std::is_arithmetic<T>::value,
int>::type = 0
48 std::ostringstream os;
Support deferred server-side state creation when client connects.
std::string to_string(T value)