A Discrete-Event Network Simulator
API
ns3::MinFilter< 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::MinFilter< T >

Compares two values.

Parameters
Ttype of the measurement that is being filtered.

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

Member Function Documentation

◆ operator()()

template<class T >
bool ns3::MinFilter< 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 less than or equal to the second.

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


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