Function helpers::load_string_file

Function Documentation

inline void helpers::load_string_file(const fs::path &filename, std::string &str)

Read the contents of filename returning them into str.

Parameters
  • filename – The filename to read data from.

  • str – The string where data will be copied.