OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Static Public Member Functions | List of all members
OpenDDS::DCPS::GUID_tKeyLessThan Struct Reference

#include <GuidUtils.h>

Public Member Functions

bool operator() (const GUID_t &v1, const GUID_t &v2) const
 

Static Public Member Functions

static bool entity_less (const EntityId_t &v1, const EntityId_t &v2)
 

Detailed Description

Definition at line 85 of file GuidUtils.h.

Member Function Documentation

◆ entity_less()

static bool OpenDDS::DCPS::GUID_tKeyLessThan::entity_less ( const EntityId_t v1,
const EntityId_t v2 
)
inlinestatic

Definition at line 86 of file GuidUtils.h.

References OpenDDS::DCPS::mem_cmp().

87  {
88  return mem_cmp(v1, v2) < 0;
89  }
int mem_cmp(const T &a, const T &b)
Definition: Util.h:227

◆ operator()()

bool OpenDDS::DCPS::GUID_tKeyLessThan::operator() ( const GUID_t v1,
const GUID_t v2 
) const
inline

Definition at line 91 of file GuidUtils.h.

92  {
93  return v1 < v2;
94  }

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