Public Member Functions | List of all members
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 >:
Inheritance graph
[legend]
Collaboration diagram for UniformField< Type >:
Collaboration graph
[legend]

Public Member Functions

UniformField field () const
 
- Public Member Functions inherited from UniformList< Type >
 UniformList (const Type &val) noexcept
 
 UniformList (Type &&val) noexcept
 
const Type & value () const noexcept
 
Type & value () noexcept
 
 operator const Type & () const noexcept
 
const Type & operator[] (const label) const noexcept
 

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 45 of file UniformField.H.

Member Function Documentation

◆ field()

UniformField field ( ) const
inline

Definition at line 59 of file UniformField.H.


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