ip::address_v4::from_string
Создайте адрес из строки IP-адреса в пунктирной десятичной форме.
static address_v4 from_string(
const char * str);
» more...
static address_v4 from_string(
const char * str,
boost::system::error_code & ec);
» more...
static address_v4 from_string(
const std::string & str);
» more...
static address_v4 from_string(
const std::string & str,
boost::system::error_code & ec);
» more...
Статья ip::address_v4::from_string раздела Boost.Asio ip::address_v4 может быть полезна для разработчиков на c++ и boost.
:: Главная :: ip::address_v4 ::
|