OpenVPN 3 Core Library
Loading...
Searching...
No Matches
stringtempl2.hpp File Reference
#include <string>
#include <type_traits>
#include <openvpn/common/stringtempl.hpp>
Include dependency graph for stringtempl2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openvpn
 
namespace  openvpn::StringTempl
 

Functions

template<typename T >
auto openvpn::StringTempl::empty (const T &t) -> decltype(t.empty())
 
template<typename T , typename std::enable_if< std::is_arithmetic< T >::value, int >::type = 0>
bool openvpn::StringTempl::empty (T value)
 
template<typename T >
auto openvpn::StringTempl::to_string (const T &t) -> decltype(t.to_string())
 
template<typename T , typename std::enable_if< std::is_arithmetic< T >::value, int >::type = 0>
std::string openvpn::StringTempl::to_string (T value)