Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - execution::any_executor::operator!=

까마귀75 2021. 2. 13. 18:32
728x90
반응형

execution::any_executor::operator!=

부등식 연산자.

[1 / 3 오버로드]

bool operator!=(
    const any_executor< SupportableProperties...> & a,
    const any_executor< SupportableProperties...> & b);

[operator!=]

 

[2 / 3 오버로드]

bool operator!=(
    const any_executor< SupportableProperties...> & a,
    nullptr_t );

[operator!=]

 

[3 / 3 오버로드]

bool operator!=(
    nullptr_t ,
    const any_executor< SupportableProperties...> & b);

[operator!=]


Boost.Asio 홈

728x90
반응형