There was an error while loading. Please reload this page.
This page describes changes and new features of v.5.7.2.
operator== and operator!= added to so_5::coop_handle_t. It allows to write code like that:
operator==
operator!=
so_5::coop_handle_t
so_5::coop_handle_t coop1 = ...; so_5::coop_handle_t coop2 = ...; if(coop1 == coop2) { ... // It is the same coop. }