14 Basic I/O services [io_context]

14.3 Class io_context::executor_type [io_context.exec]

14.3.4 io_context::executor_type comparisons [io_context.exec.comparisons]

bool operator==(const io_context::executor_type& a, const io_context::executor_type& b) noexcept;

Returns: addressof(a.context()) == addressof(b.context()).

bool operator!=(const io_context::executor_type& a, const io_context::executor_type& b) noexcept;

Returns: !(a == b).