btool
A parser/converter/transpiler for .bib files
Field.cpp File Reference
#include <Field.hpp>
#include <utility>
+ Include dependency graph for Field.cpp:

Go to the source code of this file.

Functions

auto operator<< (std::ostream &os, Field const &field) -> std::ostream &
 

Function Documentation

◆ operator<<()

auto operator<< ( std::ostream &  os,
Field const &  field 
) -> std::ostream &

Overload of ostream-operator for Fields

Parameters
osostream reference
fieldthe field to stream to os
Returns
the ostream reference after streaming the field into it

Definition at line 19 of file Field.cpp.