Function Utils::appendSave(const unsigned int, const std::string&, const std::string&, bool)

Function Documentation

void Utils::appendSave(const unsigned int v, const std::string &out, const std::string &header = "", bool erase = false)

Utility to save an unsigned int to file.

Parameters
  • v – The long int to be saved

  • out – The output file

  • header – An optional header

  • erase – Should the file be erased?