Aruna
aruna::comm::channel_t::compare_value Struct Reference

#include <commTypes.h>

Public Member Functions

bool operator() (const channel_t &a, const channel_t &b) const
 

Detailed Description

Definition at line 202 of file commTypes.h.

Member Function Documentation

◆ operator()()

bool aruna::comm::channel_t::compare_value::operator() ( const channel_t a,
const channel_t b 
) const
inline

Definition at line 203 of file commTypes.h.

203  {
204  return a.port < b.port;
205  }

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