search lists with ID.
Example: \code bool alreadyExists = std::find_if(vector.begin(), vector.end(), cbe::MatchesID<uint64_t>(id)) != vector.end();
Last Updated: Wednesday, May 03, 2023