OpenVPN 3 Core Library
Loading...
Searching...
No Matches
stringtempl.hpp File Reference
#include <string>
#include <cstddef>
#include <utility>
Include dependency graph for stringtempl.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

bool openvpn::StringTempl::empty (std::nullptr_t)
 
bool openvpn::StringTempl::empty (const char *str)
 
bool openvpn::StringTempl::empty (const std::string &str)
 
std::string openvpn::StringTempl::to_string (std::nullptr_t)
 
std::string openvpn::StringTempl::to_string (const char *str)
 
std::string openvpn::StringTempl::to_string (std::string &&str)
 
const std::string & openvpn::StringTempl::to_string (const std::string &str)
 
const char * openvpn::StringTempl::to_cstring (const std::string &str)
 
const char * openvpn::StringTempl::to_cstring (const char *str)