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


Classes | |
| struct | const_iterator |
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| UniformListWrap (const label size, const T val) | |
| UniformListWrap (const label size, 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< UniformListWrap< 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< UniformListWrap< T > > | |
| static constexpr bool | is_leaf |
Expression wrap of a List with a uniform value.
Definition at line 1982 of file ListExpression.H.
| typedef T value_type |
Definition at line 1997 of file ListExpression.H.
Definition at line 2000 of file ListExpression.H.
|
inline |
Definition at line 2007 of file ListExpression.H.
Definition at line 2013 of file ListExpression.H.
|
inlinenoexcept |
Definition at line 2017 of file ListExpression.H.
|
inline |
Definition at line 2117 of file ListExpression.H.
|
inline |
Definition at line 2121 of file ListExpression.H.
|
staticconstexpr |
Definition at line 1995 of file ListExpression.H.