Boost C++ Libraries/Boost.Asio

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

까마귀75 2021. 3. 2. 13:25
728x90
반응형

ip::basic_resolver_entry::service_name

항목과 연결된 서비스 이름을 가져온다.

[1 / 2 오버로드]

std::string service_name() const;

[service_name]

 

[2 / 2 오버로드]

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

[service_name]


Boost.Asio 홈

728x90
반응형