btool
A parser/converter/transpiler for .bib files
Field.hpp File Reference
#include <string>
#include <iostream>
+ Include dependency graph for Field.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Field
 Field-Container. More...
 

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.