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

execution::inline_exception_handling_t::operator==
PrevUpHomeNext

Compare property values for equality.

constexpr bool operator==(
    const inline_exception_handling_t & a,
    const inline_exception_handling_t & b);
Requirements

Header: boost/asio/execution/inline_exception_handling.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext