|
OpenVPN 3 Core Library
|
Functions | |
| bool | empty (std::nullptr_t) |
| bool | empty (const char *str) |
| bool | empty (const std::string &str) |
| std::string | to_string (std::nullptr_t) |
| std::string | to_string (const char *str) |
| std::string | to_string (std::string &&str) |
| const std::string & | to_string (const std::string &str) |
| const char * | to_cstring (const std::string &str) |
| const char * | to_cstring (const char *str) |
| template<typename T > | |
| auto | empty (const T &t) -> decltype(t.empty()) |
| template<typename T , typename std::enable_if< std::is_arithmetic< T >::value, int >::type = 0> | |
| bool | empty (T value) |
| template<typename T > | |
| auto | 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 | to_string (T value) |
|
inline |
Definition at line 34 of file stringtempl.hpp.
|
inline |
Definition at line 39 of file stringtempl.hpp.
|
inline |
Definition at line 26 of file stringtempl2.hpp.
|
inline |
|
inline |
Definition at line 34 of file stringtempl2.hpp.
|
inline |
Definition at line 75 of file stringtempl.hpp.
|
inline |
|
inline |
Definition at line 51 of file stringtempl.hpp.
|
inline |
Definition at line 63 of file stringtempl.hpp.
|
inline |
Definition at line 43 of file stringtempl2.hpp.
|
inline |
|
inline |
Definition at line 58 of file stringtempl.hpp.
|
inline |
Definition at line 51 of file stringtempl2.hpp.