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

Function Documentation

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

Utility to save a long int to file.

Parameters
  • v – The int

  • out – The output file

  • header – An optional header

  • erase – Overwrite the file?