Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ip::basic_resolver_entry::host_name

Get the host name associated with the entry.

std::string host_name() const;
  » more...

template<
    class Allocator>
std::basic_string< char, std::char_traits< char >, Allocator > host_name(
    const Allocator & alloc = Allocator()) const;
  » more...

PrevUpHomeNext