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

Public Member Functions

MinMax< Toperator() (const T &x, const T &y) const
 
MinMax< Toperator() (const MinMax< T > &x, const T &y) const
 
MinMax< Toperator() (const T &x, const MinMax< T > &y) const
 
MinMax< Toperator() (const MinMax< T > &x, const MinMax< T > &y) const
 

Detailed Description

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

Definition at line 124 of file MinMaxOps.H.

Member Function Documentation

◆ operator()() [1/4]

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

Definition at line 126 of file MinMaxOps.H.

References MinMax::add(), x, and y.

Here is the call graph for this function:

◆ operator()() [2/4]

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

Definition at line 131 of file MinMaxOps.H.

References MinMax::add(), x, and y.

Here is the call graph for this function:

◆ operator()() [3/4]

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

Definition at line 136 of file MinMaxOps.H.

References MinMax::add(), x, and y.

Here is the call graph for this function:

◆ operator()() [4/4]

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

Definition at line 141 of file MinMaxOps.H.

References MinMax::add(), x, and y.

Here is the call graph for this function:

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