8 #ifndef EMP_BIBLIOGRAPHY_H 9 #define EMP_BIBLIOGRAPHY_H 11 #include "../base/vector.h" 19 std::set<std::string> keywords;
void AddRef(const Citation &in_ref)
Definition: Bibliography.h:24
Definition: Citation.h:23
void push_back(PB_Ts &&...args)
Definition: vector.h:189
Definition: Bibliography.h:16
Bibliography()
Definition: Bibliography.h:21
~Bibliography()
Definition: Bibliography.h:22
If we are in emscripten, make sure to include the header.
Definition: array.h:37
Build a debug wrapper emp::vector around std::vector.
Definition: vector.h:42