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