Expression wrap of const reference to UList. More...
#include <ListExpression.H>


Classes | |
| struct | const_iterator |
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| ListConstRefWrap (const UList< T > &elems) | |
| const auto & | data () const |
| value_type | operator[] (const label i) const |
| auto | size () const noexcept |
| auto | cbegin () const |
| auto | cend () const |
| Public Member Functions inherited from ListExpression< ListConstRefWrap< 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< ListConstRefWrap< T > > | |
| static constexpr bool | is_leaf |
Expression wrap of const reference to UList.
Definition at line 362 of file ListExpression.H.
| typedef T value_type |
Definition at line 373 of file ListExpression.H.
Definition at line 376 of file ListExpression.H.
|
inline |
Definition at line 382 of file ListExpression.H.
|
inline |
Definition at line 387 of file ListExpression.H.
|
inlinenoexcept |
Definition at line 392 of file ListExpression.H.
|
inline |
Definition at line 515 of file ListExpression.H.
|
inline |
Definition at line 519 of file ListExpression.H.
|
staticconstexpr |
Definition at line 371 of file ListExpression.H.