728x90
반응형
executor::operator=
할당 연산자이다.
executor & operator=( const executor & other);
executor & operator=( executor && other);
[3 / 4 오버로드] null_ptr에 대한 할당 연산자이다.
executor & operator=( nullptr_t );
[4 / 4 오버로드] 주어진 실행기(executor)에 대한 다형성 래퍼를 생성하는 할당 연산자이다.
template< typename Executor> executor & operator=( Executor && e);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - io_context::basic_executor_type::operator= (0) | 2021.02.16 |
---|---|
Boost.Asio 색인 - generic::basic_endpoint::operator= (0) | 2021.02.16 |
Boost.Asio 색인 - execution::any_executor::operator= (0) | 2021.02.16 |
Boost.Asio 색인 - basic_waitable_timer::operator= (0) | 2021.02.16 |
Boost.Asio 색인 - basic_stream_socket::operator= (0) | 2021.02.16 |