rcpputils
Defined in File filesystem_helper.hpp
Convert the path to a string for ostream usage, such as in logging or string formatting.
os – [in] The stream to send the path string to
p – [in] The path to stringify
The ostream, for chaining