Embedded.hpp
Used to retrieve embedded resources (e.g., database files, parameter files) in Reaktoro.
Definition: Embedded.hpp:27
static auto getAsStringView(String const &path) -> Pair< Chars, Chars >
Return the contents of the embedded document with given path (as a string view).
static auto get(String const &path) -> String
Return the contents of the embedded document with given path (as a string).
static auto getAsString(String const &path) -> String
Return the contents of the embedded document with given path (as a string).
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29