UniformField< Type > Class Template Reference

A class representing the concept of a uniform field which stores only the single value and providing the operator[] to return it. More...

Inheritance diagram for UniformField< Type >:
[legend]
Collaboration diagram for UniformField< Type >:
[legend]

Public Member Functions

UniformField field () const
 
- Public Member Functions inherited from UniformList< Type >
 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...
 

Detailed Description

template<class Type>
class Foam::UniformField< Type >

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.

Member Function Documentation

◆ field()

UniformField field ( ) const
inline

Definition at line 65 of file UniformField.H.


The documentation for this class was generated from the following file: