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

#include <TypeObject.h>

Public Member Functions

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

Detailed Description

Definition at line 3083 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 3091 of file TypeObject.h.

3092  {
3093  return !(*this == other);
3094  }

◆ operator==()

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

Definition at line 3086 of file TypeObject.h.

3087  {
3088  return true;
3089  }

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