728x90
반응형
local::basic_endpoint::basic_endpoint
기본 생성자(constructor)
[1 / 4 오버로드]
basic_endpoint();
주어진 경로 이름을 사용하여 엔드포인트를 생성하는 생성자(constructor)
[2 / 4 오버로드]
[3 / 4 오버로드]basic_endpoint( const char * path_name);
basic_endpoint( const std::string & path_name);
복사-생성자(copy constructor)
[4 / 4 오버로드]
basic_endpoint( const basic_endpoint & other);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - thread_pool::basic_executor_type::basic_executor_type (0) | 2021.01.11 |
---|---|
Boost.Asio 색인 - io_context::basic_executor_type::basic_executor_type (0) | 2021.01.11 |
Boost.Asio 색인 - ip::basic_endpoint::basic_endpoint (0) | 2021.01.10 |
Boost.Asio 색인 - generic::basic_endpoint::basic_endpoint (0) | 2021.01.10 |
Boost.Asio 색인 - posix::basic_descriptor::basic_descriptor (0) | 2021.01.10 |