#include <Field.hpp>
#include <utility>
Go to the source code of this file.
◆ operator<<()
auto operator<< |
( |
std::ostream & |
os, |
|
|
Field const & |
field |
|
) |
| -> std::ostream & |
Overload of ostream-operator for Fields
- Parameters
-
os | ostream reference |
field | the field to stream to os |
- Returns
- the ostream reference after streaming the field into it
Definition at line 19 of file Field.cpp.