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

#include <GuidUtils.h>

Public Member Functions

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

Detailed Description

Definition at line 97 of file GuidUtils.h.

Member Function Documentation

◆ operator()()

bool OpenDDS::DCPS::EntityId_tKeyLessThan::operator() ( const EntityId_t v1,
const EntityId_t v2 
) const
inline

Definition at line 98 of file GuidUtils.h.

References OpenDDS::DCPS::mem_cmp().

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

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