Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Predicate to check if an event_id equals another one. More...
#include <bayeux/datatools/event_id.h>
Public Member Functions | |
event_id_equal_predicate (const event_id &id_) | |
Constructor. More... | |
bool | operator() (const event_id &id_) const |
Functionnal operator. More... | |
Predicate to check if an event_id equals another one.
May be used with the std::find_if standard algorithm.
Constructor.
id_ | the reference event ID. |
Functionnal operator.
id_ | the event ID to be checked to the embedded reference ID. |