boost::capy::executor_ref::operator==

Compares two executor references for equality.

Synopsis

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.

Return Value

true if both wrap equal executors of the same type.

Parameters

Name Description

other

The executor reference to compare against.

Created with MrDocs