MatchesID

Declared In:

Introduction

search lists with ID.

Discussion

Example: \code bool alreadyExists = std::find_if(vector.begin(), vector.end(), cbe::MatchesID<uint64_t>(id)) != vector.end();