Function helpers::load_string_file
Defined in File helpers.hpp
Function Documentation
-
inline void helpers::load_string_file(const fs::path &filename, std::string &str)
Read the contents of
filenamereturning them intostr.- Parameters:
filename – The filename to read data from.
str – The string where data will be copied.