Aruna
aruna::comm::channel_t::compare_refrence Struct Reference

#include <commTypes.h>

Public Member Functions

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

Detailed Description

Definition at line 196 of file commTypes.h.

Member Function Documentation

◆ operator()()

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

Definition at line 197 of file commTypes.h.

197  {
198  return a->port < b->port;
199  }

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