Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

strand::operator!= - Boost C++ 函数库
PrevUpHomeNext

比较两个 strand 是否不相等。

bool operator!=(
    const strand & a,
    const strand & b);

如果两个 strand 指向相同的有序、非并发状态,则它们相等。

要求

头文件:boost/asio/strand.hpp

便捷头文件: boost/asio.hpp


PrevUpHomeNext