A class representing the concept of a uniform field which stores only the single value and providing the operator[] to return it. More...
Public Member Functions | |
UniformField | field () const |
![]() | |
UniformList (const Type &val) noexcept | |
Construct from given value. More... | |
UniformList (Type &&val) noexcept | |
Move construct from given value. More... | |
const Type & | value () const noexcept |
Return the value. More... | |
Type & | value () noexcept |
Non-const access to the value. More... | |
operator const Type & () const noexcept | |
Implicit cast to the value. More... | |
const Type & | operator[] (const label) const noexcept |
Return the value. More... | |
A class representing the concept of a uniform field which stores only the single value and providing the operator[] to return it.
Definition at line 51 of file UniformField.H.
|
inline |
Definition at line 65 of file UniformField.H.