boost::capy::any_executor::operator==

Compares two executor wrappers for equality.

Synopsis

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.

Return Value

true if both wrap equal executors of the same type, or both are empty.

Parameters

Name Description

other

The executor to compare against.

Created with MrDocs