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

Go to the source code of this file.

Classes

struct  BibElement
 bib-element-Container More...
 

Functions

auto operator<< (std::ostream &os, BibElement const &elem) -> std::ostream &
 

Function Documentation

◆ operator<<()

auto operator<< ( std::ostream &  os,
BibElement const &  elem 
) -> std::ostream &

Overload of ostream-operator for BibElement

Parameters
osostream reference
elemthe element to stream to os
Returns
the ostream reference after streaming elem into it

Definition at line 65 of file BibElement.cpp.