#include "../net/ip_address.hpp"Contains xtd::net::ip_address suffixes.
Go to the source code of this file.
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::literals |
| The xtd::literals namespace contains all xtd's litterals operators. | |
IP address suffixes | |
| xtd::net::ip_address | xtd::literals::operator""_ip (const char *s, xtd::size n) |
| Used to convert specified value into xtd::string. | |
| xtd::net::ip_address | xtd::literals::operator""_ip (const char8 *s, xtd::size n) |
| Used to convert specified value into xtd::string. | |
| xtd::net::ip_address | xtd::literals::operator""_ip (const char16 *s, xtd::size n) |
| Used to convert specified value into xtd::string. | |
| xtd::net::ip_address | xtd::literals::operator""_ip (const char32 *s, xtd::size n) |
| Used to convert specified value into xtd::string. | |
| xtd::net::ip_address | xtd::literals::operator""_ip (const wchar *s, xtd::size n) |
| Used to convert specified value into xtd::string. | |