Public Member Functions | List of all members
minMaxEqOp< T > Struct Template Reference

Public Member Functions

MinMax< T > & operator() (MinMax< T > &x, const T &y) const
 
MinMax< T > & operator() (MinMax< T > &x, const UList< T > &y) const
 
MinMax< T > & operator() (MinMax< T > &x, const MinMax< T > &y) const
 

Detailed Description

template<class T>
struct Foam::minMaxEqOp< T >

Definition at line 152 of file MinMaxOps.H.

Member Function Documentation

◆ operator()() [1/3]

MinMax<T>& operator() ( MinMax< T > &  x,
const T y 
) const
inline

Definition at line 154 of file MinMaxOps.H.

References x, and y.

◆ operator()() [2/3]

MinMax<T>& operator() ( MinMax< T > &  x,
const UList< T > &  y 
) const
inline

Definition at line 159 of file MinMaxOps.H.

References x, and y.

◆ operator()() [3/3]

MinMax<T>& operator() ( MinMax< T > &  x,
const MinMax< T > &  y 
) const
inline

Definition at line 164 of file MinMaxOps.H.

References x, and y.


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