#include <StyleProperties.hpp>
#include <Field.hpp>
#include <optional>
#include <string>
#include <vector>
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 & |
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.