boost::capy::any_executor::operator==
Compares two executor wrappers for equality.
Synopsis
Declared in <boost/capy/ex/any_executor.hpp>
bool
operator==(any_executor const& other) const noexcept;
Description
Two any_executor instances are equal if they both hold executors of the same type that compare equal, or if both are empty.
Parameters
| Name | Description |
|---|---|
other |
The executor to compare against. |
Created with MrDocs