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

Go to the source code of this file.

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.