Expression wrapping function for unary pow4 function.
More...
#include <ListExpression.H>


Classes | |
| struct | const_iterator |
Public Types | |
| typedef decltype(Foam::pow4(std::declval< typename E1::value_type >())) | value_type |
Public Member Functions | |
| List_pow4 (const E1 &u) | |
| 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_pow4< E1 > > | |
| 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_pow4< E1 > > | |
| static constexpr bool | is_leaf |
Expression wrapping function for unary pow4 function.
Definition at line 1762 of file ListExpression.H.
| typedef decltype(Foam::pow4(std::declval<typename E1::value_type>())) value_type |
Definition at line 1762 of file ListExpression.H.
|
inline |
Definition at line 1762 of file ListExpression.H.
|
inline |
Definition at line 1762 of file ListExpression.H.
|
inlinenoexcept |
Definition at line 1762 of file ListExpression.H.
|
inline |
Definition at line 1762 of file ListExpression.H.
|
inline |
Definition at line 1762 of file ListExpression.H.
|
staticconstexpr |
Definition at line 1762 of file ListExpression.H.