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