728x90
반응형
strand::operator=
[1 / 4 오버로드] 할당 연산자이다.
strand & operator=( const strand & other);
[2 / 4 오버로드] 할당 연산자를 변환한다.
template< class OtherExecutor> strand & operator=( const strand< OtherExecutor > & other);
[3 / 4 오버로드] 이동 할당 연산자이다.
strand & operator=( strand && other);
[4 / 4 오버로드] 이동 할당 연산자를 변환한다.
template< class OtherExecutor> strand & operator=( strand< OtherExecutor > && other);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - windows::basic_object_handle::operator= (0) | 2021.02.16 |
---|---|
Boost.Asio 색인 - thread_pool::basic_executor_type::operator= (0) | 2021.02.16 |
Boost.Asio 색인 - ssl::context::operator= (0) | 2021.02.16 |
Boost.Asio 색인 - posix::basic_stream_descriptor::operator= (0) | 2021.02.16 |
Boost.Asio 색인 - posix::basic_descriptor::operator= (0) | 2021.02.16 |