Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - execution::any_executor::operator!=
까마귀75
2021. 2. 13. 18:32
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
반응형