OpenDDS::DCPS::GuidPrefixEqual Struct Reference

#include <GuidUtils.h>

List of all members.

Public Member Functions

bool operator() (const GuidPrefix_t &lhs, const GuidPrefix_t &rhs) const


Detailed Description

Definition at line 131 of file GuidUtils.h.


Member Function Documentation

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   }


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:18 2016 for OpenDDS by  doxygen 1.4.7