Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

is_completion_condition

Trait for determining whether a function object is a completion condition.

template<
    typename T>
struct is_completion_condition
Data Members

Name

Description

value [static]

Requirements

Header: boost/asio/completion_condition.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext