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

#include <TypeObject.h>

Public Member Functions

bool operator== (const MinimalTypeDetail &) const
 
bool operator!= (const MinimalTypeDetail &other) const
 

Detailed Description

Definition at line 1389 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

bool OpenDDS::XTypes::MinimalTypeDetail::operator!= ( const MinimalTypeDetail other) const
inline

Definition at line 1396 of file TypeObject.h.

1397  {
1398  return !(*this == other);
1399  }

◆ operator==()

bool OpenDDS::XTypes::MinimalTypeDetail::operator== ( const MinimalTypeDetail ) const
inline

Definition at line 1391 of file TypeObject.h.

1392  {
1393  return true;
1394  }

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