Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ip::basic_resolver_entry::host_name

까마귀75 2021. 1. 29. 14:00
728x90
반응형

ip::basic_resolver_entry::host_name

항목과 연결된 호스트 이름을 가져온다.

[1 / 2 오버로드]

std::string host_name() const;

[host_name]

 

[2 / 2 오버로드]

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

[host_name]


Boost.Asio 홈

728x90
반응형