Expression wrap of a uniform value without a List size. More...
#include <ListExpression.H>


Classes | |
| struct | const_iterator |
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| UniformListWrap2 (const T val) | |
| UniformListWrap2 (const dimensioned< T > &val) | |
| T | operator[] (const label i) const |
| auto | size () const noexcept |
| auto | cbegin () const |
| auto | cend () const |
| Public Member Functions inherited from ListExpression< UniformListWrap2< T > > | |
| 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< UniformListWrap2< T > > | |
| static constexpr bool | is_leaf |
Expression wrap of a uniform value without a List size.
Definition at line 2131 of file ListExpression.H.
| typedef T value_type |
Definition at line 2144 of file ListExpression.H.
Definition at line 2147 of file ListExpression.H.
References Foam::T().

|
inline |
Definition at line 2153 of file ListExpression.H.
Definition at line 2158 of file ListExpression.H.
References Foam::T().

|
inlinenoexcept |
Definition at line 2162 of file ListExpression.H.
References Foam::noexcept.
|
inline |
Definition at line 2255 of file ListExpression.H.
|
inline |
Definition at line 2259 of file ListExpression.H.
|
staticconstexpr |
Definition at line 2142 of file ListExpression.H.