EventMapVectorEqual Struct Reference

#include <event-map.h>

Public Member Functions

size_t operator() (const EventType *p1, const EventType *p2)
 

Detailed Description

Definition at line 76 of file event-map.h.

Member Function Documentation

◆ operator()()

size_t operator() ( const EventType p1,
const EventType p2 
)
inline

Definition at line 78 of file event-map.h.

78 { return (*p1 == *p2); }

The documentation for this struct was generated from the following file: