Boost C++ 库

...世界上最受推崇、设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

experimental::is_async_operation_range::value - Boost C++ 函数库
PrevUpHomeNext

如果该类型可用作异步操作的范围,则 value 成员为 true。

static const bool value;

PrevUpHomeNext