A helper class for outputting values to Ostream. More...
#include <InfoProxy.H>
Public Member Functions | |
| InfoProxy (const T &item) noexcept | |
| Implicit construct from object reference. | |
| const T & | operator* () const noexcept |
| Return const reference to the object. | |
Public Attributes | |
| const T & | t_ |
| The captured object reference. | |
Friends | |
| Ostream & | operator<< (Ostream &, const InfoProxy< T > &) |
| Output information to stream. | |
A helper class for outputting values to Ostream.
Definition at line 48 of file InfoProxy.H.
Implicit construct from object reference.
Definition at line 65 of file InfoProxy.H.
References Foam::noexcept, and Foam::T().
Referenced by operator<<.


Return const reference to the object.
Definition at line 76 of file InfoProxy.H.
References Foam::noexcept, Foam::T(), and t_.

Output information to stream.
References InfoProxy().
The captured object reference.
Definition at line 57 of file InfoProxy.H.
Referenced by operator*().