Expression wrapping function for binary max function.
More...
#include <ListExpression.H>


Classes | |
| struct | const_iterator |
Public Types | |
| typedef E1::value_type | value_type |
Public Member Functions | |
| List_max (const E1 &u, const E2 &v) | |
| auto | operator[] (const label i) const |
| auto | size () const noexcept |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| Public Member Functions inherited from ListExpression< List_max< E1, E2 > > | |
| auto | operator[] (const label i) const |
| auto | size () const noexcept |
| Container & | fill (Container &lst) const |
| Helper: assign to passed in list. | |
| Container & | evaluate (Container &lst) const |
| Helper: assign to passed in list. | |
Static Public Attributes | |
| static constexpr bool | is_leaf = false |
| Static Public Attributes inherited from ListExpression< List_max< E1, E2 > > | |
| static constexpr bool | is_leaf |
Expression wrapping function for binary max function.
Definition at line 1767 of file ListExpression.H.
| typedef E1::value_type value_type |
Definition at line 1767 of file ListExpression.H.
|
inline |
Definition at line 1767 of file ListExpression.H.
Referenced by List_max< typename E1::IntExpr, typename E2::IntExpr >::cbegin().

|
inline |
Definition at line 1767 of file ListExpression.H.
|
inlinenoexcept |
Definition at line 1767 of file ListExpression.H.
|
inline |
Definition at line 1767 of file ListExpression.H.
|
inline |
Definition at line 1767 of file ListExpression.H.
|
staticconstexpr |
Definition at line 1767 of file ListExpression.H.