#include <StyleProperties.hpp>
#include <BibElement.hpp>
#include <algorithm>
#include <iostream>
#include <utility>
Go to the source code of this file.
Functions | |
auto | operator<< (std::ostream &os, BibElement const &elem) -> std::ostream & |
auto operator<< | ( | std::ostream & | os, |
BibElement const & | elem | ||
) | -> std::ostream & |
Overload of ostream-operator for BibElement
os | ostream reference |
elem | the element to stream to os |
Definition at line 65 of file BibElement.cpp.