728x90
반응형
execution::any_executor::operator==
같음 연산자이다.
bool operator==( const any_executor< SupportableProperties...> & a, const any_executor< SupportableProperties...> & b);
bool operator==( const any_executor< SupportableProperties...> & a, nullptr_t );
bool operator==( nullptr_t , const any_executor< SupportableProperties...> & b);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - execution::blocking_t::operator== (0) | 2021.02.17 |
---|---|
Boost.Asio 색인 - execution::blocking_adaptation_t::operator== (0) | 2021.02.17 |
Boost.Asio 색인 - buffers_iterator::operator== (0) | 2021.02.17 |
Boost.Asio 색인 - basic_system_executor::operator== (0) | 2021.02.17 |
Boost.Asio 색인 - windows::basic_stream_handle::operator= (0) | 2021.02.16 |