Function rcpputils::fs::operator<<

Function Documentation

std::ostream &rcpputils::fs::operator<<(std::ostream &os, const path &p)

Convert the path to a string for ostream usage, such as in logging or string formatting.

Parameters:
  • os[in] The stream to send the path string to

  • p[in] The path to stringify

Returns:

The ostream, for chaining