A Discrete-Event Network Simulator
API
ns3::MaxFilter< T > Struct Template Reference

Compares two values. More...

#include "windowed-filter.h"

Public Member Functions

bool operator() (const T &lhs, const T &rhs) const
 Compares two values. More...
 

Detailed Description

template<class T>
struct ns3::MaxFilter< T >

Compares two values.

Parameters
Ttype of the measurement that is being filtered.

Definition at line 97 of file windowed-filter.h.

Member Function Documentation

◆ operator()()

template<class T >
bool ns3::MaxFilter< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

Compares two values.

Parameters
lhsleft hand value
rhsright hand value
Returns
returns true if the first is greater than or equal to the second.

Definition at line 107 of file windowed-filter.h.


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