#include <GuidUtils.h>
Public Member Functions | |
bool | operator() (const GuidPrefix_t &lhs, const GuidPrefix_t &rhs) const |
Definition at line 131 of file GuidUtils.h.
bool OpenDDS::DCPS::GuidPrefixEqual::operator() | ( | const GuidPrefix_t & | lhs, | |
const GuidPrefix_t & | rhs | |||
) | const [inline] |
Definition at line 134 of file GuidUtils.h.
00135 { 00136 return std::memcmp(&lhs, &rhs, sizeof(GuidPrefix_t)) == 0; 00137 }