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