DatabaseUtils.hpp
auto database(std::string name) -> std::string
Return the contents of a built-in database as a string.
Definition: DatabaseUtils.cpp:65
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto databases() -> std::vector< std::string >
Return the list of names of all built-in databases.
Definition: DatabaseUtils.cpp:94